mrzippy
11-16-2002, 01:50 PM
I've started a poll.. I'm curious about what percentage of web servers have Zend Optimizer installed.
![]() | View Full Version : zend optimizer - Do you have it installed? mrzippy 11-16-2002, 01:50 PM I've started a poll.. I'm curious about what percentage of web servers have Zend Optimizer installed. hb-sam 11-17-2002, 12:48 PM If the script is encoded with Zend (Studio) then the server will need Zend Optimizer to run it. Sometimes, I wonder why they don't include Zend Optimizer with the normal PHP source. The performance gains are totally worth it! progex 11-17-2002, 01:23 PM For those of you who don't know what Zend Optimizer is: http://www.zend.com/store/products/zend-optimizer.php beachtrader 11-17-2002, 04:57 PM Has anyone, or does anyone, know of a comparison between Zend and PHPAccelerator? mrzippy 11-17-2002, 05:01 PM Originally posted by beachtrader Has anyone, or does anyone, know of a comparison between Zend and PHPAccelerator? Why not ask this as a new thread instead of hijacking this one? :mad: Thanks. KDAWebServices 11-17-2002, 05:03 PM There was a comparison in LinuxFormat in the UK between the various PHP cache systems, on most tests, Zend and ionCube PHPA were neck and neck all the way, followed by Bware Afterburner and then APC. beachtrader 11-17-2002, 05:12 PM Sorry Zippy. I just thought it was related, but I will post elsewhere. KDAWebServices 11-17-2002, 05:30 PM Well PHPA does come with it's own optimiser as well, you don't just have to use it for caching purposes. phpa 11-22-2002, 09:30 PM With regards to tools such as Zend Optimizer, you should be aware that typically scripts are likely to run slower. This shouldn't be suprising, and although technically ZO is quite good, the costs of doing decent optimisations are typically not compensated for by the speed gains. Combining an optimizer with a code cache is the best scenario as the overhead of optimisation should then be a one off hit. I voted. I think an interesting poll in parallel with this one would be to ask exactly why certain extensions are installed on servers, e.g. ZO. Are users blindly installing it without knowing why? Did it come with the PHP distro and users don't know how to remove it? Are users worried about removing it? Is it because you measured performance and it *is* making a +ve difference? Are users running encoded files on all servers where it's installed etc.? KDAWebServices 11-23-2002, 08:23 AM Only reason we run it and not the PHPA is because we have a couple of users who run commercial scripts encoded with the ZE, although we are trying to persuade the developers to offer a version encoded with the ionCube encoder. PHPA certainly made a difference over ZO on the tests I did with a mildly complex script. willlangford 11-28-2002, 03:27 AM I have plesk 5 installed. doesn it auto install with it?? thanks ~Will |