PDA

View Full Version : what methods you will apply.......



addisoncave
09-30-2016, 02:15 AM
What methods would you apply for decreasing the loading time of a website?

jackthomas087
09-30-2016, 05:16 AM
Minimize HTTP Requests. ...
Reduce server response time. ...
Enable compression. ...
Enable browser caching. ...
Minify Resources. ...
Optimize images. ...
Optimize CSS Delivery. ...
Prioritize above-the-fold content.

daric
09-30-2016, 08:07 AM
Optimize your website by using gtmetrix tool apply the same changes which are suggested by it. May be this will help you to reduce the downtime of your website

alpa
09-30-2016, 08:27 AM
Minimize HTTP Requests
Reduce server response time
Enable compression
Enable browser caching
Minify Resources
Optimize images
Optimize CSS Delivery
Prioritize above-the-fold content

bidaddy
05-08-2017, 11:56 AM
I would use external style sheets, less images (unless necessary), optimize the images and decrease the file sizes of the image without reducing the quality of the image, use CSS sprites to reduce HTTP requests etc.