PDA

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



Rscomp
08-13-2019, 04:13 AM
What methods would you apply for decreasing the loading time of a website?

PrimeItSolution
08-13-2019, 08:36 PM
HTML,CSS, and JavaScript can all be “minified” or compressed to speed up their loading time. There are a number of resources on the web that minify these types of files. Every time a 301 redirect is used, it forces the browser to a new URL which increases page-loading times. If possible, avoid using 301 redirects.

ritesh3592
08-13-2019, 09:26 PM
Following are the ways by which you can decrease website loading time
-Image optimization
-Enable Browse caching
-Enabling compression
-CSS optimization