IT.COM

question What methods would you apply for decreasing the loading time of a website?

Spaceship Spaceship
Watch

ruitk

Established Member
Impact
1
tell me the time to decrease the loding process for faster exceution.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Yes, add a Content Delivery Network, Javascript optmization, and Brotli compression.

Here is an easy way to do it for free:

https://bitmitigate.com/website-suite.html

We acquired that company in February and there is a free option that works very well.

We integrated into Epik here:

https://www.epik.com/resilient/

You can see 10X reduction in page load times, especially in parts of the world with slow internet and on mobile devices. Good luck.
 
0
•••
Host and data center is the key most times. There was a site I use to use about 15 years ago when I use to be a webmaster. Its like an analytic tool for websites.
 
Last edited:
0
•••
caching, lazyloading, Cloudflare, compression etc etc and of course good hosting.
 
1
•••
Localize as much content as possible, dont use offsite images or text if you can avoid it. Make sure you are not referencing scripts or other remote services in your pages that you do not need to. Resize and resample images downward, too many people take pictures that a huge byte-wise and dont need that resolution and that slows a site. Those are a few items.
 
1
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back