[GUIDE] Make your web pages load faster!

I might have to do this. I read somewhere that a one second longer loading time could make you miss out on 1/4 of your audience.
 
I recommend MaxCDN. They will solve 50% of your load time problems. I love that service.
 
Here's a fact that I read not too long ago ( I do not remember where unfortunately):

If your app loads within 1 second, the user thinks it is running locally.
If your app loads within 1 to5 seconds, your user knows that it is running in the server, but waits for the response.
If your app loads within 6-10 seconds, your user starts to feel that it is taking longer than usual.
If you app loads in more than 10 seconds, your user tends to leave the app. So be careful!

It's just a study, but quite true as per my observation.



I might have to do this. I read somewhere that a one second longer loading time could make you miss out on 1/4 of your audience.
 
Its too much technical stuff for me still,any advice on how to make the wordpress blog load faster without making those changes manually?
 
Code:
https://wordpress.org/plugins/bwp-minify/
should help a bit. Not as powerful as doing it manually though.

Its too much technical stuff for me still,any advice on how to make the wordpress blog load faster without making those changes manually?
 
Back
Top