GeekArticles
Microsoft
ASP.NETFaster web page loading by defering and combining multiple external javascripts into one
Author: codeproject.com |
Published: 10th May 2008 |
Visited: 78 times |
Add CommentFiled in: ASP NETDownload all external scripts on your web page after the visible content is loaded for faster perceived speed and donwload multiple javascript in batch for better actual speed
Read Article Sponsored Links
Related Articles
• JavaScript Page Cookie (maintaining page state) Sometimes you need to redirect the user from the current page to accomplish a part of a task. Most people use pop-up windows to refrain from doing this, but sometimes you just can't do it any other ...
• External table intermittent errors I'm having a problem with External tables. Most of the time I can read the data in the table without any issue. But when I issue the query below I get an error.
<b>Contents of test.csv file</b>
<code>Tool type,ID
Common,1
Type1,2
Type2,3 ...