GeekArticles
Microsoft
ASP.NETFast ASP.NET web page loading by downloading multiple javascripts after visible content and in batch
Author: codeproject.com |
Published: 10th May 2008 |
Visited: 90 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 ...