Hello
I am trying to improve the performance of my website.
I used the server side compression, reduced image sizes, reduced viewstate contents, etc.
However, on using Fiddler, I found that even after caching; the website downloads the following files on each refresh, i.e. they are not being cached.
/opl_GeoResource.axd?v=6.0.0.3
756,137
/extension_GeoResource.axd?v=6.0.0.3
41,823
/helper_GeoResource.axd?v=6.0.0.3
34,037
/parser_GeoResource.axd?v=6.0.0.3
48,742
/func_GeoResource.axd?v=6.0.0.3
15,302
/cm_GeoResource.axd?v=6.0.0.3
9,453
Our website is intended for working site operations using Wi-Fi.
The size of the files is creating a performace issue.
Is it possible to cache them?
Any other suggestions to improve the performance bottle neck will be appreciated.
Thanks
Vivek