Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7432209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:25:21+00:00 2026-05-29T09:25:21+00:00

I support corporate intraweb ASP.NET WebForms application. Recently users started to experience extremely slow

  • 0

I support corporate intraweb ASP.NET WebForms application.
Recently users started to experience extremely slow page loads on this webapp.
After eliminating all possibilities, I ended up with IE9 having troubles reading some files from local cache. Please see the picture.

It takes a bit more than 10 seconds to obtain the file. This totals page load time to about a minute.
Is there any way to fix it? Chrome works fine, but I need IE.
The WebResource.axd calls are generated by RadControls. Debug mode is false. Anyway, it worked fine last week with debug mode=true.

UPD: The issue was caused by KAV antivirus software. Lags disappear after either lowering heuristic level or changing the check mode to “On execution”.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:25:22+00:00Added an answer on May 29, 2026 at 9:25 am

    Actually you do not get the files from the cache right away but you ask the server, then the server replay with “Not Modified 304”.

    I also notice the the problems start after the load of the /ErrorMonitoring.svc/jsdebug

    and also not that the type change to text/javascript from application/x-javascript

    Two thinks I suggest, with out knowing if this can help you for sure.
    First, add cache on webresource with out the need of asking the server. Here is a code that I use on global.asax

    protected void Application_BeginRequest(Object sender, EventArgs e)
    {
        HttpApplication app = (HttpApplication)sender;
        string cTheFile = HttpContext.Current.Request.Path;
    
        if (cTheFile.EndsWith("WebResource.axd", StringComparison.InvariantCultureIgnoreCase))
        {
            app.Response.Cache.SetExpires(DateTime.UtcNow.AddHours(4));
            app.Response.Cache.SetMaxAge(new TimeSpan(4, 0, 0));
            app.Response.Cache.SetCacheability(HttpCacheability.Public);    
        }    
    }
    

    and second, check to see if you need the jsdebug, in general maybe this can add extra code that slow down the ie trying to debug the javascript errors ? I do not know.

    and about the text/javascript maybe you need to test this out also, if you can change it to see if this is the reason. Also you can read: When serving JavaScript files, is it better to use the application/javascript or application/x-javascript

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I support a .NET 2.0 Winforms application that is fairly widely deployed. On rare
I support a legacy Java application that uses flat files (plain text) for persistence.
Bit support question. Apologies for that. I have an application linked with GNU readline.
I am developing a windows desktop client/server application in .NET where the client application
My requirements: Support .NET Compact Framework 2.0 and Windows Mobile 6.0 devices. Only need
I'd like to encourage our users of our RCP application to send the problem
We are building a corporate web application that needs to run on every device
I'm trying to get started with the play web framework and its scala support,
Our company develops big corporate solution for business (web-site). After approving to support Apple
I support Portrait and Landscape-Mode for the WindowsPhone-page where I combine silverlight and XNA.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.