- You can also use firefox firebug plugin (net console/tab) to check
the connection delays/profiles.
- We had some issues related to the network in the past. You can also
check your network map(traceroute?).
- There might be an accelerator software installed on the old server
but not on the new one.
- Don't forget to turn on display_startup_errors/display_errors
parameters in your application.ini file.

scs


On Wed, Dec 2, 2009 at 10:44 AM, Dan Field <[email protected]> wrote:
>
> On 2 Dec 2009, at 05:04, M@ wrote:
>
> I've checked the following
> -The hardware is newer and faster
> -The connection to the db is great, and manual testing from the server shows
> no issues with large amounts of connections/queries.
> -The new server is not under heavy load.
>
> The sysadmin for this new box swears it's setup identically to the old one -
> yet I can find no other reasons for the problems.  Are there specific
> PHP/Zend settings at the apache/php level that can totally hose PHP/Zend
> performance?  I know this is very vague - but I'm grasping at straws... I'm
> looking for any known 'gotchas' for Zend on a new apache/php server.
>
> It's probably nothing to do with ZF and more to do with the fine tuning in
> your php.ini file. I'd be looking at the resource limits section:
> ;;;;;;;;;;;;;;;;;;;
> ; Resource Limits ;
> ;;;;;;;;;;;;;;;;;;;
> max_execution_time = 30     ; Maximum execution time of each script, in
> seconds
> max_input_time = 60     ; Maximum amount of time each script may spend
> parsing request data
> max_input_nesting_level = 64 ; Maximum input variable nesting level
> memory_limit = 128M      ; Maximum amount of memory a script may consume
> (128MB)
> and turn on all error reporting so you know a bit more about what is causing
> timeouts.
> error_reporting = E_ALL & ~E_NOTICE
> Are you tailing web server logs. These will give you more info to work from?
>
>
> --
> Dan Field <[email protected]>                   Ffôn/Tel. +44 1970 632 582
> Peiriannydd Meddalwedd                          Senior Software Engineer
> Llyfrgell Genedlaethol Cymru                   National Library of Wales
>
>
>
>

Reply via email to