474,007 Members | 1,924 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tracking down long Page Load (the missing 5 seconds!)

I have a fairly complex asp.net page containing a number of
usercontrols.
It takes 6-8 seconds to load first time up with data. Subsequent
loads of another record in the page only takes 1-2 seconds.

Tracing tells me the End Render event occurs in less than one second.
Does anyone have suggestions to what might be causing this initial
delay? and more to the point, suggestions to overcome it?

thanks
Jul 21 '05 #1
1 1223
It is probably the JIT compiler compiling the page. Every time your touch
the dll or reboot the computer the dll is recompiled thus causing time delay
for the first person that views the page.

Chris


"ritchie" <ri************ @orcon.net.nz> wrote in message
news:9d******** *************** ***@posting.goo gle.com...
I have a fairly complex asp.net page containing a number of
usercontrols.
It takes 6-8 seconds to load first time up with data. Subsequent
loads of another record in the page only takes 1-2 seconds.

Tracing tells me the End Render event occurs in less than one second.
Does anyone have suggestions to what might be causing this initial
delay? and more to the point, suggestions to overcome it?

thanks

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2932
by: Tim | last post by:
I have block of code adding values to dropdown list under if (!Page.IsPostBack) { adding items } else { refreshing data }
7
3959
by: Goober | last post by:
I have a page that receives a session variable from the default.aspx. On Page load, the code in Page load gets executed twice. So far, no problem. It sets the session variable each time, correctly. However, when I click on a menu item in that page, it then executes the same page load twice, before transferring control (via a response.redirect) to the new page. On the first pass through the page load of the menu page, the session...
3
1470
by: Harry Whitehouse | last post by:
Hi! Today I coded a small ASPNET page which accepts a 5 digit ZIP code and will return all the street names in that ZIP code. You can try it out here: http://65.203.54.72/FindAddress/FindAddress.aspx The server side reads a special USPS database and creates a Dataview which in turn is bound to a datagrid.
1
300
by: ritchie | last post by:
I have a fairly complex asp.net page containing a number of usercontrols. It takes 6-8 seconds to load first time up with data. Subsequent loads of another record in the page only takes 1-2 seconds. Tracing tells me the End Render event occurs in less than one second. Does anyone have suggestions to what might be causing this initial delay? and more to the point, suggestions to overcome it? thanks
3
3190
by: CodeRazor | last post by:
I have a user contol hosted in a webform. The user control interfaces with an http component. When the user control loads, a request is sent to the http component. It takes around 10 seconds before a response is returned. While this is happening the webform cannot do any other processing. I want to use a client callback to free up the web form while the usercontrol is busy doing its stuff. I have got it working fine if I generate the...
2
4035
by: ricardo.sobral.santos | last post by:
Hello, I am trying to get the value of the radiobuttonlist. The problem is that I need it to be unselected at every page load. The radiobuttonlist is set to autopostback (true). My idea is simple. When I select a value, I get it, insert something into the database with that value and the page loads again with different data. Imagine a questionnaire and every page load a random question would be load on screen and when the user clicks...
0
1073
by: Dmitry Duginov | last post by:
I have the same panel with a label on multiple masterpages. That (white-on-red) label text can contain some error messages if exceptions occured in business layer after the user hit "Update" button. I cannot find a way to scroll potentially long page making that text clearly visible and get user attention. Page.SetFocus and WebControl.Focus do not work with panels and labels and by default PostBack shows the top of the page to the user,...
2
1938
by: Flark | last post by:
Hi folks, With my website, I am seeing a delay before the page appears in Firefox. My hosting service is Wild West Domains. 6 months ago I optimized the PHP code and it was loading in 1-2 seconds every time. Day after day performance was great and I was happy. Then about 2 months ago, all of a sudden I noticed
0
1178
by: burledivya | last post by:
Hi Every one, Iam Divya working as developer. I had some issues. In my 2 years this is the first forum i saw which is very active in posting the answers. I hope you could solve this also. Here is my app description: We are following Model -View -View Model Pattern for WPF Window Project. I have an Window (contains only an XamData Grid) Which is complete User control. This User Control is used in 3 windows(Male Window, Female,...
0
10265
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11521
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
11808
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
11030
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7737
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6554
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6710
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
5295
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4855
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.