How to reduce page loading time?

Nagagopal

Newbie
Joined
Jul 6, 2020
Messages
19
Reaction score
8
My website pages took long to load, yes! My pages are having images and I am not sure how to optimize in effective way.

So, kindly guide me to reduce my page loading time and what are the optimization I need to do for it

Thanks in Advance
 
start with compressing images - there are many, many great wp plugins (most probably you use wp)
 
If you have importance for multiple HD images means use it. Otherwise don't go for HD image

Hosting also affects the loading speed. So try to change that too
 
If you want to reduce the page load Time Then do the following
(1) Download the GIMP software and optimize images using GIMP(Don't worry, it's free). No plugin can optimize images like GIMP and Adobe. That's Why I recommend using GIMP.
(2) Now download A3 lazy load and lazy load images.
(3)Point your site to Cloudflare. It will significantly increase your site speed and, it's also free.
(4) Download Autooptimize Plugin and optimize JavaScript, CSS, and HTML code. Inline critical CSS and save changes.
(5)Download Async JavaScript Plugin and defer Scripts.
 
Use a CDN, I'm pretty sure CloudFare allows you to use their CDN for free so that is a great choice.
Don't load all your JS or CSS in the header - this will stop your page from rendering for longer.
Look for alternative options to plugins that drastically slow your website down (contact forms or image sliders are usually common problems for website speed)
Using a lot of custom CSS? Use a child theme instead of a plugin.

Test the loading speed of your website yourself instead of just trying to get a better score on pagespeed or gtmetrix etc. Chrome devtools offer plenty of options to throttle your own speed as a way to imitate a slower connection type.
 
My website pages took long to load, yes! My pages are having images and I am not sure how to optimize in effective way.

So, kindly guide me to reduce my page loading time and what are the optimization I need to do for it

Thanks in Advance
Get a nulled cope of wprocket
 
CDN makes my site slower somehow :p

cloudflare sucks, use stackpath or migrate to Wpx and their cdn or even keycdn is good, these have dedicated support staff who’ll guide you how to speed your site
 
cloudflare sucks, use stackpath or migrate to Wpx and their cdn or even keycdn is good, these have dedicated support staff who’ll guide you how to speed your site
I have 0.6sec loading speed on pingdom on a image heavy blogpost with 1€/mo hosting ^_^
 
I had similar problems with my website, i installed Litespeed and website was much much faster.
 
First check your website on gtmetrix and check waterfall section.

That will provide you more details about what is causing loading issue.
 
Install WP-rocket plugin :) Plugin is very good. it will definitely help you reduce the load time.
 
Use Litespeed cache plugin if you have litespeed server.
It even has image compression feature. So, you won't have to install 2 separate plugins for caching and image compression.
 
Back
Top