PDA

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



Sojan Babu
06-23-2017, 06:45 AM
What methods would you apply for decreasing the loading time of a website?

zorbee
06-23-2017, 07:04 AM
10 things you can do to speed up your site-

Minimize HTTP Requests. ...
Reduce server response time. ...
Enable compression. ...
Enable browser caching. ...
Minify Resources. ...
Optimize images. ...
Optimize CSS Delivery. ...
Prioritize above-the-fold content.

davidweb09
06-23-2017, 09:36 AM
We have to reduce the images, video size that we have used in our site to decrease the site loading time.

neelseowork
06-24-2017, 12:29 AM
Minimize HTTP Requests
Reduce server response time. ...
Enable compression. ...
Enable browser caching. ..
Optimize images. ...


Pay attention to these things and you can decrease the load time of website.

Preeju M S
06-24-2017, 02:17 AM
You can use the external style sheets, minimum images, decrease the file size of the images that we use, without compromising on the quality and use the CSS sprites to regulate the HTTP requests.

neelseofast
06-24-2017, 03:30 AM
Use CSS instead of images whenever possible.
Combine multiple style sheets into one.
Reduce scripts and put them at the bottom of the page.
Enable browser caching
Optimize images
Do not use BMPs or TIFFs
Optimize CSS Delivery
Reduce the number of plugins
Reduce redirects



keep these points in mind and it will help you to reduce page load speed.