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
120
ScriptReference.axd and WebReference.axd caching
posted

I have been on the site for a few days trying to find a legitimate solution to "noisy" infragistics implementation.  I am working on a solution that uses grids, tabs, and splitters.  There are quite a number of controls.  In total I can see somewhere between 30 and 40 HTTP calls to various ScriptReference.axd and WebReference.axd resources on the web server.  After closer inspection it shows that a good number of these resources belong to infragistics.

The longer term goal is to fix the real problem, too many controls.  But I need a short term fix as well.  I need to do one of the following:

1) Once the first call goes out to those scripts Cache them ... there is no reason to always download these

OR

2) Have infragistics stop getting scripts in this fashion and include them the old fashion way ... via a <script /> tag.  

 

Based on what Firebug is telling me, these calls are happening on every page request, and they are taking time!  I can see the content right in the ScriptReference.axd request according to Fidler and some load testing tools that I am using.  

If you can help please chime in.  Just as an aside the solution is using v 8.3 of IG