I had Zend Optimizer installed on my old server, but for the life of me I can't figure out why! LOL I can't find anything about it on the Zend website, but I see some articles that talk about it making PHP faster... and then others talking about how it decodes files that are encoded with Zend Guard.
If I don't encode my scripts with Zend Guard then is there any value to using Zend Optimizer?
In researching, I also found Zend OPcache:
[
help.zend.com...]
Any thoughts on either of these? My primary goal is to improve speed.