How I reduced Page Load Time by 75% - WordPress Optimization
1–10 of 29 posts
Re: How I reduced Page Load Time by 75% - WordPress Optimization
#2W3 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.
Re: How I reduced Page Load Time by 75% - WordPress Optimization
#3W3 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
#4Re: How I reduced Page Load Time by 75% - WordPress Optimization
#5What an excellent post, and easy enough for someone without tech experience to follow. This will definitely be forwarded to friends wanting to get into the more serious side of web publishing.
Re: How I reduced Page Load Time by 75% - WordPress Optimization
#6http://wordpress.org/extend/plugins/chennai-central/ FTW
What does that actually do? All the description says is that it saves you bandwidth.
Re: How I reduced Page Load Time by 75% - WordPress Optimization
#7If 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
#8W3 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
#9Great 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?
Re: How I reduced Page Load Time by 75% - WordPress Optimization
#10Great 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.