I am working with my ajax web application that supports .net 4 and this application use a script manager in the master page and there are many updatepanels through all aspx pages inherits from this master page. few months later I found my site got too
slow as I implemnted too much jquery scripts and referenced them in the script manager. My friend told me that script manager and update panels are not healthy to web sites as they consume too bandwidth and causes slow time performance with my site. he advised
me to avoid script manager and update panela and use pure ajax codes and jquery server requests. I am a beinner in jquery coding any advice how to do so or any tutorials
genius perso...
Member
128 Points
198 Posts
Using pure jquery instead of script manager
Feb 23, 2012 02:07 PM|LINK
Hi all forum,
I am working with my ajax web application that supports .net 4 and this application use a script manager in the master page and there are many updatepanels through all aspx pages inherits from this master page. few months later I found my site got too slow as I implemnted too much jquery scripts and referenced them in the script manager. My friend told me that script manager and update panels are not healthy to web sites as they consume too bandwidth and causes slow time performance with my site. he advised me to avoid script manager and update panela and use pure ajax codes and jquery server requests. I am a beinner in jquery coding any advice how to do so or any tutorials
looking for help my website is too too slow