Re: ASPX Page loads slowly
- From: Brock Allen <ballen@xxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 08:52:02 -0700
If this data is static, then I'd suggest caching it to avoid that 7 second wait. If this data must be dynamic and reloaded each time then I'd suggest looking at and profiling the SQL to figure out what's taking so long.
-Brock DevelopMentor http://staff.develop.com/ballen
Hi There, I have a stored procedure which takes 7 sec to execute. I am using a adapter and filling the dataset. Then I bind the datagrid with the datatable from the dataset. When I test the page against the test server DB, the page loads pretty fast. When I test the page against the production server DB, it loads too slowly. The tables against which I am testing are static tables both in the test DB and the production DB. I am unable to figure out why it is behaving like this. Can anyone please help me in this issue? Thanks a lot. Samy
.
- References:
- ASPX Page loads slowly
- From: Samy
- ASPX Page loads slowly
- Prev by Date: Re: Adding List Item Value
- Next by Date: Re: Adding List Item Value
- Previous by thread: ASPX Page loads slowly
- Next by thread: Re: ASPX Page loads slowly
- Index(es):
Relevant Pages
|