• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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