ZEND Optimizer

What is Zend optimizer?

Chances are you’ll find it on your server -but may well wonder what is that. In short, PHP is an interpreted language. This means that every time a line of code is executed, the PHP interpreter has to figure out what should be done.

Interpreted languages are popular for quick deployment and testing, but server side software has to perform at its best to lower server resources.

Zend run time compiler does just that: lowers system resources by pre-parsing code and allowing faster execution. The Zend optimizer works in conjunction with the run time compiler to provide even better performance.

2 Responses to “ZEND Optimizer”

  1. Bunker Says:

    Interesting and informative. But will you write about this one more?


  2. admin Says:

    Yes, sure this was only a start, thanks.


Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>