0 Members and 1 Guest are viewing this topic.
Depending on the forum software, you could easily use a CDN to optimize for speed. Xenforo - https://www.keycdn.com/blog/speed-up-xenforo/I highly suggest using Cloudflare. It will greatly reduce your DNS loading time, as well as, serve as a free CDN for static files like JS, CSS, and images. Also use PHP 7 if at all possible. It speeds up execution a lot! Upgrade from Mysql 5 to MariaDB 10 is a way to speed up mysql queries.