473,394 Members | 1,869 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

What Causes the Page Load Delay

With most web sites I build that include aspx pages, when the user loads the
first aspx page there is a noticeable delay (15 - 30 sec) before it is
completely loaded. What causes this. I thought it might be loading the
framework but it happens on systems where I know the framework is loaded.

TIA

Wayne
Nov 19 '05 #1
3 1862
"Wayne Wengert" <wa***************@wengert.com> wrote in
news:Oc**************@TK2MSFTNGP09.phx.gbl:
With most web sites I build that include aspx pages, when the user
loads the first aspx page there is a noticeable delay (15 - 30 sec)
before it is completely loaded. What causes this. I thought it might
be loading the framework but it happens on systems where I know the
framework is loaded.


It is the framework, but the framework resides on the server.

..NET needs to cache the page before its run. Maybe it expired from the GAC?

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #2
1) the worker process needs to load
2) the AppDomain needs to get created and initialized
3) ASPX parser needs to run if it hasn't yet from a previous run
4) assemblies for the pages need to get loaded
5) .NET JITing all around

It's a fact of life, but once these are done, then it's fast thereafter.

-Brock
DevelopMentor
http://staff.develop.com/ballen
With most web sites I build that include aspx pages, when the user
loads the first aspx page there is a noticeable delay (15 - 30 sec)
before it is completely loaded. What causes this. I thought it might
be loading the framework but it happens on systems where I know the
framework is loaded.

TIA

Wayne


Nov 19 '05 #3
Thanks for the responses guys. I guess I'll just learn to live with it.

Wayne

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:Oc**************@TK2MSFTNGP09.phx.gbl...
With most web sites I build that include aspx pages, when the user loads the first aspx page there is a noticeable delay (15 - 30 sec) before it is
completely loaded. What causes this. I thought it might be loading the
framework but it happens on systems where I know the framework is loaded.

TIA

Wayne

Nov 19 '05 #4

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

Similar topics

14
by: googleboy | last post by:
Hi there. I am writing a little app tha tI would like to make cross-platform (debian, RH, Fedora, Solaris, AIX, etc) Originally I decided to check what uname returned, as I didn't think it...
3
by: Ari Royce Hidayat | last post by:
Dear ALL, Is there some one ever faces this problem? And fix it? The scenario is: There's an html page that hosts a .net object (using object tag), and this page opens the second html page...
2
by: GregM | last post by:
Hi First off I'm not using anything from Twisted. I just liked the subject line :) The folks of this list have been most helpful before and I'm hoping that you'll take pity on a the dazed and...
3
by: qwerty | last post by:
I´m new to ASP.Net. My workmate has some experience with it. He claimed that in ASP.Net working with frames is much simpler than it was ASP. I asked explanation but he couldn't give me such. (a...
5
by: DCC-700 | last post by:
I am using ASP.Net with VB on the 1.1 Framework running on Win XP Pro. I am trying to gauge the time it takes to sort a datagrid using different code sets. But when I am debugging the page there...
19
by: natG | last post by:
On a warehouse app, our Java clients constantly load/insert rows into the db. I would like to throttle these inserts (1.5 million rows per hr) from the Java app, based on current 'busy state' of...
8
by: Bryan | last post by:
Hello all. I'm fairly new to c++. I've written several programs using std::vectors, and they've always worked just fine. Until today. The following is a snippet of my code (sorry, can't...
4
by: Ty | last post by:
Hello all, I am creating a web site with Visual Stuido 2008. I am trying to use a java script file to create a busybox for login from this page http://blogs.crsw.com/mark/articles/642.aspx. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...
0
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...

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.