PDA

View Full Version : What methods should you use to decrease the loading time of a website?



handmaderug
09-24-2019, 08:06 AM
What methods should you use to decrease the loading time of a website?

davidweb09
09-24-2019, 10:41 AM
You have to optimize your website code, content, images & videos to increase its loading speed. https://boxper.com/

PrimeItSolution
09-24-2019, 11:51 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.

WoodsPainting
09-25-2019, 02:40 AM
Optimize Images. Images are one of the most common bandwidth hogs on the web. ...
Browser Caching. Why make visitors download the same things every time they load a page? ...
Compression. ...
Optimize Your CSS. ...
Keep Your Scripts Below the Fold.

phoenixtax
09-25-2019, 07:31 AM
css and jss minification
cache
using webp format for images
faster hosting
cdn