views:

17

answers:

2

I am looking to tune Zend Optimizer+ on our Zend Server installation. Is there any tool that can show statistics about Zend Optimizer's performance? e.g. number of hits and misses, utilization of shared memory etc.

Apart from Optimizer+ configuration directives, anything else we can do within our application code to help the bytecode caching engine do a better job?

A: 

There is not much to tune with Zend Optimizer. Check out:

Apart from this, you can only tweak what is available through the Zend Server UI.

Gordon