Why UpdatePanel Dangerous
If you still want to use updatepanel, check the following link to speed up the updatepanel performance.
Speeding up UpdatePanel
Also, you can use a dll, scriptreferenceprofiler, to find the ajax scripts used in a page and combine them, so that, only that script requests will be used in that specific page, which reduces the loading time. You can understand how to use it from the following msdn video.
Script Combining
You can download ScriptReferenceProfile from the following url
Download
Use them as follows
Add reference to the dll.
<%@ Register Assembly="ScriptReferenceProfiler" Namespace="ScriptReferenceProfiler" TagPrefix="cc1" %>
0 comments:
Post a Comment