Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Slow page loading EVERY time

Reply
Thread Tools

Slow page loading EVERY time

 
 
Fabricio Tofoli
Guest
Posts: n/a
 
      10-31-2003
Hello all,

I have a simple ASP.NET project that displays the contents of a MySql
database table in the web page.
All pages are extremelly slow, and not only the first time you access them,
it's slow every time...

It seems the problem is not caused by server page generation... it really
feels like the page is ready but the Response takes forever to get to the
client. If I start loading the page and go to "View Source", I can see the
page being "downloaded" almost byte by byte...

Any ideas?

Thanks,
Fabricio Tofoli




 
Reply With Quote
 
 
 
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      10-31-2003
Try turning on tracing and then use the localhost/webname/trace.axd to view
the trace. That could tell you if a particular part of the code itself is
taking a long time as you'll be able to see the times various functions
took. You can also use the Trace.Write() method in your code to create your
own points to watch for.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"Fabricio Tofoli" <> wrote in message
news:...
> Hello all,
>
> I have a simple ASP.NET project that displays the contents of a MySql
> database table in the web page.
> All pages are extremelly slow, and not only the first time you access

them,
> it's slow every time...
>
> It seems the problem is not caused by server page generation... it really
> feels like the page is ready but the Response takes forever to get to the
> client. If I start loading the page and go to "View Source", I can see the
> page being "downloaded" almost byte by byte...
>
> Any ideas?
>
> Thanks,
> Fabricio Tofoli
>
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: slow slow slow! Expert lino fitter Computer Support 5 12-12-2008 04:00 PM
Re: slow slow slow! Expert lino fitter Computer Support 0 12-10-2008 02:33 PM
Explorer.exe error report every time access every type of video me =?Utf-8?B?SXJ3YW5zeWFo?= ASP .Net 4 10-30-2007 07:49 AM
How to explicitly run page javascript every time the page load? Jensen bredal ASP .Net 2 10-06-2005 09:10 AM
Iterate every Page Page.Controls collection in a project at design-time James Doran ASP .Net 2 06-15-2004 12:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57