*Hi Paul,*

    I don't have too much experience with the problem you are having using
ASP.NET but I did have a similar issue while I was working on a PHP project
not too long ago.  On the dev box the site was fast and responsive but
moving it to the prod box rendered it slower then usual.  I ended up
starting a timer at the start of the page and stopping it at the end of the
page and displaying the page creation time on the page itself inside the
footer.  While this is far from being a profiling tool it was better then
nothing.  It turned out the database was being overwhelmed by requests from
another site and that's what was causing my site to be slow.
    In your shoes I'd time my page creation times to rule out a slow machine
and starting looking in an other direction to find the solution.

HTH...

-Pete

On Nov 20, 2007 3:57 AM, Paul Cowan <[EMAIL PROTECTED]> wrote:

> Hi all,
> I have am having a performance problem and would like some advice on how
> to best identify the bottle necks etc.
> It is an ASP.NET <http://asp.net/> that is blazing fast locally but when I
> put it on the remote windows 2003 box, performance is really poor.  Even
> taking into account that I am accessing the site remotely does not take into
> account the difference of speed.
> What profiling software do people use?  The site is hosted and it is
> almost like some load balancer or something is getting in the way.
> Can anyone give me any tips on where to start my investigation.  The page
> request time seems slow, once the page starts rendering it is quite quick
> but actually navigating takes time.
> Cheers
> [EMAIL PROTECTED]
> _________________________________________________________________
> The next generation of MSN Hotmail has arrived - Windows Live Hotmail
> http://www.newhotmail.co.uk
> ===================================
> This list is hosted by DevelopMentor(R)  http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to