Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
Excessive Script References
posted

Hi, I have been noticing that the Infragistics controls are adding dozens of calls to ScriptResource.axd to my pages. Obviously the Javascript for the client side features has to get to the client somehow and you are doing it with ScriptResource.axd which is fine. The problem is how many there are. A standard rule of thumb for performance of a website is to reduce the number of referenced Javascript and CSS files. I'm attaching an example of a website with a WebDataGrid on it that does absolutely nothing, it's not even bound to any data, and the page renders with one reference to WebResource.axd and FIFTEEN references to ScriptResource.axd. That is ridiculous. Is there not some way to combine those scripts into one?

WebSite3.zip