Using Zend Optimizer
You can use Zend Optimizer™, a free application, to decode your website's Zend files and enhance your PHP application's performance if you use PHP 5.2 or less. For more information, see Viewing or Changing Your PHP Language Version.
NOTE: If you use PHP 5.3, you must use Zend Guard Loader instead of Zend Optimizer. For more information, see Using Zend Guard Loader.
To enable Zend Optimizer on your hosting account, you must either modify or create a php.ini file if your hosting account runs PHP 4, or your php5.ini file if your hosting account runs PHP 5. The file you create or modify must include the following code:
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so
Zend Optimizer might corrupt files encoded for Zend Guard Loader and PHP 5.3
NOTE: We recommend backing up your php.ini or php5.ini file before modifying it.
For more information, click here.
Have a question about the content of this article?
Sending Message...
0 min expected wait time