Page Load Time

  • Thread starter Thread starter brian
  • Start date Start date
B

brian

I created a data input screen as an application to our
Intranet site.

On my local machine when testing and debugging the page
loads are instant. When deployed the page loads take
about 3 seconds.

I am using the Not Page.Ispost back to only ensure what
needs to be ran during page loads. Also, I have view
state disabled for all textboxes,validations, and buttons.

There is alot of information on the screen. Could the
problem be Network traffic. Where when debugging
everything is local and when deployed I am making a trip
to the server?

Any ideas on how to speed my page loads up or possible
solutions to help debug this probelm.

Thanks
 
A good starting poin to learn about improving performance and about
investigating and troubleshooting performance problem, can be the following
article:
818015 HOW TO: Tune and Scale Performance of Applications That Are Built on
the
http://support.microsoft.com/?id=818015



Stefano Pronti

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top