+ 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...?
2 Respuestas
+ 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
+ 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