How to make a webpage to render faster, is there any html tricks? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 15

How to make a webpage to render faster, is there any html tricks?

22nd Dec 2017, 1:07 AM
Nilavarasan
Nilavarasan  - avatar
2 Answers
+ 6
You should use AJAX queries! Which directly work with JAVASCRIPT. Hope for understanding :)
22nd Dec 2017, 1:22 AM
James16
James16 - avatar
+ 4
Put <script> tags at the bottom of the file, don't preload images, don't link too many things with <link>, that kinda stuff.
22nd Dec 2017, 1:12 AM
LunarCoffee
LunarCoffee - avatar