Website running slowly

  • Thread starter Thread starter cashdeskmac
  • Start date Start date
C

cashdeskmac

Hi,

I deployed an application a few months ago and the customer has told me that
for the last 3 days it has been fine in the morning but as the day wears on
it gets slower and slower and finally grinds to a halt. The next morning it
is fine again.

I have tested it myself by recording the tickcount between the master page
init and prerender and it always comes up as zero seconds, even though the
page seems to take around 15 seconds to load.

Is this likely to be a memory problem with the application or a
network/client machine issue?
 
Hi,

I deployed an application a few months ago and the customer has told me that
for the last 3 days it has been fine in the morning but as the day wears on
it gets slower and slower and finally grinds to a halt.  The next morning it
is fine again.

I have tested it myself by recording the tickcount between the master page
init and prerender and it always comes up as zero seconds, even though the
page seems to take around 15 seconds to load.

Is this likely to be a memory problem with the application or a
network/client machine issue?

I would try to do the test on his machine to see if it really does any
difference. It could be many reasons. It could be caused due to too
many opened database connections, large data in the server session,
etc.
 
Back
Top