+ 15
How to make a webpage to render faster, is there any html tricks?
2 Antworten
+ 6
You should use AJAX queries! Which directly work with JAVASCRIPT. Hope for understanding :)
+ 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.