How to make your website load fast
Rules to follow
Html Tips
Use External CSS OR JAVASCRIPT
PUT CSS <LINK> AT HEAD SECTION OF WEB PAGE
AND JAVASCRIPT <SCRIPT> AT THE END OF WEB PAGE
USE ASYNC IN YOUR SCRIPT <script async src="example.js"></script>
CSS TIPS
COMPRESS YOUR CSS FILE WITH AUTOMATION TOOL
LIKE Http://learnboost.github.com/stylus/
combine your CSS. Having a smaller number of files will result in a smaller
number of requests and a faster loading page
Rules to follow
Html Tips
Use External CSS OR JAVASCRIPT
PUT CSS <LINK> AT HEAD SECTION OF WEB PAGE
AND JAVASCRIPT <SCRIPT> AT THE END OF WEB PAGE
USE ASYNC IN YOUR SCRIPT <script async src="example.js"></script>
CSS TIPS
COMPRESS YOUR CSS FILE WITH AUTOMATION TOOL
LIKE Http://learnboost.github.com/stylus/
combine your CSS. Having a smaller number of files will result in a smaller
number of requests and a faster loading page
No comments:
Post a Comment
Please leave your comments and we will be reply you back ASAP
vikas agrawal