How to reduce page loading time?

Make sure that you have proper compression on your servers and your site, but also optimize your images before you upload. It will save you a lot on page speed and download. I used Kraken tool, and you could actually do your image compression and resizing step in one fell swoop using their paid plan.
 
It's a good idea to use a CDN and a faster host. This costs more in the longterm. Using caching plugins and compressed images is a cheaper option. Also, there is another type of image file called webp for reduced image size.
 
look for image optimizing tools on the internet. choose a reliable one and perform the necessary action.. you will see the difference.
 
Optimize your images, don't scale down images resize & then use and minimize HTTP requests. minify the css and js files and use a cdn like cloudflare then your site will be rock
 
For Images, use photoshop then save for web, that way you check how fast your image will load based on the users connection.
 
I use Shortpixel too. So much easier than struggling with Adobe! There now many similar solutions.
 
There are many factors for reducing loading time such as compress JS files, CSS files, optimize images, reduce server time.
 
Back
Top