ASP.NET Page Performace Problem

T

thisyr4leafs

Hello All

I'm stumped as to why my aspx page takes so long to load. When I run
this is a development environment (with minimal data in the database)
all is fine.

I ran the stored procs (in a production environment) that run on this
page and they take a total of 4 seconds, but the page takes over 30
seconds to run

Trace Information
Category Message From First(s) From Last(s)
aspx.page Begin Init
aspx.page End Init 0.000338 0.000338
aspx.page Begin LoadViewState 0.000470 0.000132
aspx.page End LoadViewState 0.002084 0.001614
aspx.page Begin ProcessPostData 0.002213 0.000128
aspx.page End ProcessPostData 0.002653 0.000440
aspx.page Begin ProcessPostData Second Try 0.023925 0.021272
aspx.page End ProcessPostData Second Try 0.024105 0.000180
aspx.page Begin Raise ChangedEvents 0.024215 0.000110
aspx.page End Raise ChangedEvents 0.024337 0.000122
aspx.page Begin Raise PostBackEvent 0.024482 0.000145
aspx.page End Raise PostBackEvent 35.709462 35.684980
aspx.page Begin PreRender 35.710435 0.000973
aspx.page End PreRender 35.712750 0.002315
aspx.page Begin SaveViewState 36.104278 0.391528
aspx.page End SaveViewState 36.104839 0.000561
aspx.page Begin Render 36.105011 0.000172

Why does the (Begin Raise PostBackEvent) take so long to load?

Can anyone please help me
Thanks in advance

Rob
 
G

George

I guess that you need to ask yourself what are you doing in the post backs.


George.


Hello All

I'm stumped as to why my aspx page takes so long to load. When I run
this is a development environment (with minimal data in the database)
all is fine.

I ran the stored procs (in a production environment) that run on this
page and they take a total of 4 seconds, but the page takes over 30
seconds to run

Trace Information
Category Message From First(s) From Last(s)
aspx.page Begin Init
aspx.page End Init 0.000338 0.000338
aspx.page Begin LoadViewState 0.000470 0.000132
aspx.page End LoadViewState 0.002084 0.001614
aspx.page Begin ProcessPostData 0.002213 0.000128
aspx.page End ProcessPostData 0.002653 0.000440
aspx.page Begin ProcessPostData Second Try 0.023925 0.021272
aspx.page End ProcessPostData Second Try 0.024105 0.000180
aspx.page Begin Raise ChangedEvents 0.024215 0.000110
aspx.page End Raise ChangedEvents 0.024337 0.000122
aspx.page Begin Raise PostBackEvent 0.024482 0.000145
aspx.page End Raise PostBackEvent 35.709462 35.684980
aspx.page Begin PreRender 35.710435 0.000973
aspx.page End PreRender 35.712750 0.002315
aspx.page Begin SaveViewState 36.104278 0.391528
aspx.page End SaveViewState 36.104839 0.000561
aspx.page Begin Render 36.105011 0.000172

Why does the (Begin Raise PostBackEvent) take so long to load?

Can anyone please help me
Thanks in advance

Rob
 

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,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top