How to decrease wordpress page loading times

rydberg

Newbie
Joined
Apr 5, 2012
Messages
11
Reaction score
25
Found this interesting article some other day and I thought, as page loading speed is supposed to be a factor in google's ranking algorithm, maybe this is useful to some people here.
It requires some technical knowledge but the instructions are clear and it shouldn't be that hard to setup.

jimwestergrenXcom/wordpress-with-redis-as-a-frontend-cache/

Replace "X" with "." .
Sorry but can't post links (yet!)
 
Found this interesting article some other day and I thought, as page loading speed is supposed to be a factor in google's ranking algorithm, maybe this is useful to some people here.
It requires some technical knowledge but the instructions are clear and it shouldn't be that hard to setup.

jimwestergrenXcom/wordpress-with-redis-as-a-frontend-cache/

Replace "X" with "." .
Sorry but can't post links (yet!)



Theme also one of the problem for site loading..So check that also..
 
A word of warning:

DO NOT USE THIS WITH CLOUDFLARE
 
WP super cache. It's a plugin that will speed up your load time if configured correctly.
Let me know if you need some assistance!

Edit: Lol I purposely misspelled the plugin to see how many people would suggest the same plugin I've recommended. I find it fascinating.
Anyways it's W3 Total Cache
 
Last edited:
Yeah wp super cache is the way to go also get rid of jetpack unless you actually use it
 
Just make all pictures under 20kb....and it will increase the speed alot.My speed is 86/100 and 89/100 mobile so is not that bad...you have to remember its stil wordpress
 
if the site is slow try deactivating some plugin that you dont use too and it will boost the speed a bit
 
if the site is slow try deactivating some plugin that you dont use too and it will boost the speed a bit

He's only using 3 plugins, I checked it out already. Could be his host as well, the server might be overloaded
 
just resize the photos thats all it will increase with 50%.Less quality and more quantity.Make all the photos under 20Kb and you will see the results...use this tool to test before and after you change the pictures size and come back here and tell us
http://tools.pingdom.com/fpt/
 
Thanks for the tips guys. I am also using wordpress, this tips might come in handy.
 
server side (if you have a vps or dedicated server):
Nginx + PHP-FPM + Memcached + APC
I would recommend to all to install nginx as a webserver instead of apache. You will never install apache again then... (with a correct installation and configuration of nginx, there are possible up to 5million hits/day with a cheap/simple vps).


After installing wordpress:
install WP Super Cache (it's more efficient and gives better performance than W3 Total Cache)
don't use heavy java scripts, images, too many unnecessary wp plugins. Keep your site structure as clean as possible ;)


it also depends on your hosting...
 
Last edited:
Lots of effective plugins that do the job. WP3cache or wp super cache is the best.
 
My blog is also too slow then i installed the wp super cache plugin and now my site is better than before but not perfect . So try Wp super cache
 
Another wordpress speed up is to disable the wordpress cron and replace it by a Unix cron job. With WP's own cron enabled every time a visitor views your site wp executes cron jobs which slow the site.
 
I recommend using W3 Total Cache + MaxCDN, it is safe and setup is very simple.
 
I also use quick cache and it seems to do the trick. Limiting the amount of plugins you have, helps with loading times.
 
Back
Top