I have been doing a bit of Fiddler-ing.... looking at performance profiling.
One thing that Fiddler keeps pointing out to me is that my pages are apparently doing repeated loads of large chunks of Javascript (100kB+), which I assume is the Telerik js for such items as Ajax, etc, etc.
I further note that these items are NOT cached (according to Fiddler)
So, what's the best policy here?
My sites are always database sites, so I am very cautious about using too much static *page* caching - but there is obviously a big opportunity to speed up those page components which are separately loaded.
Any hints?
Also, is compression useable here?
Can I get any success/war stories on this, too?
(Basically, my theme is "give me more speed!" <g>)
TIA
Steve
One thing that Fiddler keeps pointing out to me is that my pages are apparently doing repeated loads of large chunks of Javascript (100kB+), which I assume is the Telerik js for such items as Ajax, etc, etc.
I further note that these items are NOT cached (according to Fiddler)
So, what's the best policy here?
My sites are always database sites, so I am very cautious about using too much static *page* caching - but there is obviously a big opportunity to speed up those page components which are separately loaded.
Any hints?
Also, is compression useable here?
Can I get any success/war stories on this, too?
(Basically, my theme is "give me more speed!" <g>)
TIA
Steve