Excellent Tips to Speed Up Your WebSite Loading Time
1. Use of External Scripts : If you use the same script on multiple pages of your site then use of external script can help reduce loading time. I don’t mean to host them remotely. I mean to load Javascript from the same source. Example : <script type=”text/javascript” src=”yourscript.js”></script> This way the browser caches the [...]
Read more

25. Feb, 2010 


