Live data from Hacker News

How I reduced Page Load Time by 75% - WordPress Optimization

kadavy.net

1–10 of 29 posts

Re: How I reduced Page Load Time by 75% - WordPress Optimization

#3
post #2

W3 Total Cache really is a fantastic plug-in. It's significantly reduced my server load, and hasn't caused any problems as far as I can tell.

Yup, I have been using it with maxcdn (PULL) and other custom optimization; was able to go from ~8sec load time to less than 2 second load time on average.

Re: How I reduced Page Load Time by 75% - WordPress Optimization

#7
If your problem is CPU usage rather than bandwidth overage, consider switching from Apache to nginx. I found my LAMP WordPress blog (hosted on a small VPS and using W3 Total Cache) was having trouble with concurrent users - traffic spikes would make my CPU usage skyrocket.

I've since switched to nginx and the results have been great under moderate to high traffic, and without the use of any caching plugin.

Re: How I reduced Page Load Time by 75% - WordPress Optimization

#8
post #2

W3 Total Cache really is a fantastic plug-in. It's significantly reduced my server load, and hasn't caused any problems as far as I can tell.

I just wish that they had support for rotating through multiple subdomains, so I wouldn't have to do it manually.

Re: How I reduced Page Load Time by 75% - WordPress Optimization

#10

Great tips. The most useful one for me is to put images and script files on a subdomain. Doesn't adding CSS and JavaScript inline hurt your google rank?

I'm not sure about that inline issue - I hadn't heard that. I actually got that advice from Yahoo, I think. The inline Javascript and CSS makes the page load faster, so in theory it would help.
Post reply on HN