• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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