first load of aspx page is really slow

Z

z. f.

Hi,

i have a dot-net app.
the first load is really slow, about 4 seconds at least.
next requests are very fast.

is there a way to analyze the buttleneck in the load process of a asp-net application / aspx page.

the global.asax has no code in it.
the dll is using 2 "home-made" dot-net DLLs.
i compiled the DLLs in release mode.
the aspx is using few user contorl ascx pages that are also compiled at first run,
but should this slow a page so much?

please advise.

TIA, z.
 
A

Anders Nor?s [MCAD]

i have a dot-net app.
the first load is really slow, about 4 seconds at least.
next requests are very fast.
This is because the ASP page is complied when it is requested for the first
time. Subsequent requests use the complied page.
is there a way to analyze the buttleneck in the load process of a asp-net
application / aspx >page.
You can use load testing tools, such as Application Test Center which is
included with the Enterprise Architect edition of Visual Studio.NET, to do
this.

Anders Nor?s
http://dotnetjunkies.com/weblog/anoras/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top