PDA

View Full Version : What methods would you apply for decreasing the loading time of a website?



gautamsharma
03-09-2018, 04:33 AM
Hlo Friends,
What methods would you apply for decreasing the loading time of a website?

sanjalisharma89
03-09-2018, 04:40 AM
If you have multiple style sheets and JavaScript libraries, consider combining them to reduce the number of HTTP requests. So it is advisable to use CSS instead of images and combine multiple style sheets into one. You should try reducing the number of scripts and putting them at the bottom of the page.

DenialClark
03-09-2018, 06:33 AM
Avoid self hosted videos
Use CSS sprites
Minify HTML, CSS and JavaScript

irsgroup
03-09-2018, 07:13 AM
optimize the images size, minifying html,css and js files

blackmagicislam
03-09-2018, 11:14 PM
Use w3totalcache plugin
and compress the size of the image

John-Smith
03-10-2018, 12:25 AM
Here are some of the many ways to increase your page speed:

Enable compression.
Minify CSS, JavaScript, and HTML.
Reduce redirects.
Remove render-blocking JavaScript.
Leverage browser caching.
Improve server response time.
Use a content distribution network.
Optimize images.