How to make webpage load faster ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

How to make webpage load faster ?

I designed a website using html,css and Javascript.But,it takes so much time to load.How to make it faster...?

7th Mar 2017, 12:37 PM
Cybertron
Cybertron - avatar
2 Antworten
+ 10
Use Accelerated Mobile pages, optimize and compress/minify your files and images. For faster loads, you can also use a CDN such as Cloudflare or Amazon Web Services. Also place the <script> tag at the end of the page so that scripts keep loading and don't interfere with the loading of the page. For more answers, see this thread: https://www.sololearn.com/Discuss/234150/how-do-you-reduce-page-load-time
7th Mar 2017, 1:49 PM
Chirag Bhansali
Chirag Bhansali - avatar
+ 3
1.Delete any ressource you don't use 2.Compress images and minimise JS/CSS 3.Active the Cache 4.USE CDN for better caching You scan your website with Dareboost.com , It's a good tool that scan you website and give recomandations/advises to improve you page/site loading
7th Mar 2017, 2:38 PM
Meher Jebali
Meher Jebali - avatar