• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Zend optimizer issue

R

Raied@

Guest
Hello

I installed Zend Optimizer on my linux fedora 6- 46bit, but when I try to browse the website it takes too long and no response from the server's side,

I lunched "TOP" command in shell and what I see that the httpd proccess takes 100% of cpu's time.

Please could you help me with this.

Thanks in advance
 
Have you tried uninstalling Zend or restart the server? It might not be a Zend issue.

Also, do you have Zend installed correctly?

Create a file called info.php

place this within the file:

<?php phpinfo(); ?>

View the file in your browser, if Zend is installed correctly you should see somewhere on the page:

This program makes use of the Zend scripting language engine: Zend Engine vX.Y.Z, Copyright (c) 1998-2006 by Zend Technologies Ltd. with Zend Optimizer vX.Y.Z, Copyright (c) 1998-2006 by Zend Technologies Ltd.
 
Back
Top