Cthulhu
Administrator
- AKA
- Yop
During work I did a few things to make the site even fasterer.
* I've set up Cloudflare, a global content delivery network which should allow international users (Murcans, etc) to get content faster; probably mostly images and the like. I can't accurately measure whether it's gotten any faster, but I effectively live next door to where the server is located.
* I've reinstated WP Super Cache, apparently that's been off for forever. That helped change page load times on the front page and front page posts from 300 to 30 ms.
Front pages (from cache) now take about 20-30ms to load (from request to download finished), forum front page about 80-90ms, thread list about 100, thread pages about 150-200 but I guess that depends a lot on what's on them; there may be something to gain from there.
Here's Google's page speed insights results from before and after; I didn't screenshot the before desktop version, but you get the idea.
before: http://i.imgur.com/OHyfErK.jpg
after: http://i.imgur.com/hs2JsK9.jpg
after desktop: http://i.imgur.com/n0VE8cI.jpg
The score on that one can be increased by doing things like moving JS down the page, but there's warnings left and right saying that might break WP plugins. I think there can be more to gain there if we can get Google's PageSpeed mod installed, but at the moment that requires me to manually recompile nginx and I don't really want to do that because I'd probably do it wrong.
* I've set up Cloudflare, a global content delivery network which should allow international users (Murcans, etc) to get content faster; probably mostly images and the like. I can't accurately measure whether it's gotten any faster, but I effectively live next door to where the server is located.
* I've reinstated WP Super Cache, apparently that's been off for forever. That helped change page load times on the front page and front page posts from 300 to 30 ms.
Front pages (from cache) now take about 20-30ms to load (from request to download finished), forum front page about 80-90ms, thread list about 100, thread pages about 150-200 but I guess that depends a lot on what's on them; there may be something to gain from there.
Here's Google's page speed insights results from before and after; I didn't screenshot the before desktop version, but you get the idea.
before: http://i.imgur.com/OHyfErK.jpg
after: http://i.imgur.com/hs2JsK9.jpg
after desktop: http://i.imgur.com/n0VE8cI.jpg
The score on that one can be increased by doing things like moving JS down the page, but there's warnings left and right saying that might break WP plugins. I think there can be more to gain there if we can get Google's PageSpeed mod installed, but at the moment that requires me to manually recompile nginx and I don't really want to do that because I'd probably do it wrong.