• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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