Re: Performance Problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Feb 27, 2008 at 2:34 PM, Adriano Manocchia <age@xxxxxxxxxxxxxx> wrote:
> OK. I just went through about 10 minutes' worth of cachegrinds,
>  including several httperf tests on that empty php file (which had the
>  usual poor results). According to the cachegrind files, nothing
>  (including the other active web pages) took more than 15ms and the
>  empty php file never exceeded 1ms. Clearly it's not having problems
>  once it gets to processing the files. The issue seems to lie elsewhere
>  with PHP.
>
>
>  On Feb 27, 2008, at 1:32 PM, Eric Butera wrote:
>
>
>
> > Try using Xdebug[1] with the xdebug.profiler_aggregate = 1 switch.
>  >
>  > This will allow you to see a generalized overview of all the different
>  > requests of your site.  This way you can spot a weakness in your
>  > bootstrapping problem vs a single page being slow.
>  >
>  > [1] http://www.xdebug.com/
>
>

Ah right I should have read your situation more closely.  Good work on
figuring it out though.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux