How to reduce page loading time?

Nagagopal

Newbie
Joined
Jul 6, 2020
Messages
14
Reaction score
4
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
 

hostmaria

Jr. VIP
Jr. VIP
Joined
Apr 26, 2010
Messages
1,321
Reaction score
818
Website
www.hostmaria.com
start with compressing images - there are many, many great wp plugins (most probably you use wp)
 

Nishdibar

Newbie
Joined
Aug 1, 2020
Messages
34
Reaction score
13
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
 

haseeb9211

Newbie
Joined
Aug 7, 2020
Messages
4
Reaction score
2
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.
 

chipsie1102

Junior Member
Joined
Sep 24, 2019
Messages
137
Reaction score
66
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.
 

Ezy501

Jr. VIP
Jr. VIP
Joined
Apr 8, 2017
Messages
227
Reaction score
116
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
 

MisterXYZ

Jr. VIP
Jr. VIP
Joined
Jul 5, 2017
Messages
1,968
Reaction score
830
First check your website on gtmetrix and check waterfall section.

That will provide you more details about what is causing loading issue.
 

gipulvorka

Regular Member
Joined
Sep 12, 2019
Messages
209
Reaction score
108
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.
 
Top