Improving performance (Decreasing load time) of an ASP page

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
ripple4it
-


Joined: 05 Apr 2007
Posts: 1

PostPosted: Thu Apr 05, 2007 4:31 pm    Post subject: Improving performance (Decreasing load time) of an ASP page Reply with quote

Hi Friends,

Actually I display a lot of records on an APS page which takes a lot of time. I don't want to do pagination. So pls suggest me some other ways I can improve the performance.

- Is there any function through which ASP get loaded with some data & then display the complete data in an increamental way.

Or any other way.

All the ideas will be appriciated.

Thanks,
Ripple S Mandyal
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Thu Apr 05, 2007 4:35 pm    Post subject: Reply with quote

Try searching for a function similar to the php flush()/ob_flush() functions. Note that it will only work on Firefox since Internet explorer does not render the page until it has all of the source code.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Thu Apr 05, 2007 5:03 pm    Post subject: Reply with quote

AbyssUnderground wrote:
Note that it will only work on Firefox since Internet explorer does not render the page until it has all of the source code.


IE starts rendering after a certain amount of bytes has been downloaded (512 bytes if I remember correctly).
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group