Note that there are some explanatory texts on larger screens.

plurals
  1. POASP.NET problem - Firebug shows odd behaviour
    text
    copied!<p>I have an ASP.NET application that does a large database read. It loads up a gridview inside an update panel. In VS2008, just running on my local machine, it runs fantastically. In production (identical code, just published and put on one of our network servers), it runs slow as dirt.</p> <p>Debug is set to false, so this is not the cause of the slow down. I'm not an experienced web developer, so besides that, feel free to suggest the obvious.</p> <p>I have been using Firebug to determine what's going on, and here is what that has turned up:</p> <p>On production, there are around 500 requests. The timeline bar is very short. The size column varies from run to run, but is always the same for the duration of the run.</p> <p>Locally, there are about 30 requests. The timeline bar takes up the entire space.</p> <p>Can anyone shed some light on why this is happening and what I can do to fix it? Also, I can't find much of anything on the web about this, so any references are helpful too.</p> <p>EDIT: I forgot to mention that I am using the exact same database for both local and production environments.</p> <p>EDIT: __EVENTTARGET points to the timer that updates the progress. </p> <p>EDIT: Timer appears to be working - I set it to a larger interval, which shows me that the local app is processing ~50000 records/second and that the production app (same database, same code!) is processing at best ~5000 records/sec.</p> <p>Back to square one, mysteriously slow app. :(</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload