Tip: Accelerate PHP

Author Message

Kai Duebbert

Monday 31 March 2003 11:18:54 pm

Hi,

APC stopped working for me so I had a hunt for PHP accelerators again. The following two worked like a charm and sped up eZ publish by >50%:
http://www.turcksoft.com/en/e_mmc.htm (GPL)
http://www.php-accelerator.co.uk/ (Closed source)

Kai

Bård Farstad

Monday 31 March 2003 11:59:01 pm

I would highly recommend using a PHP accelerator when running PHP. At ez.no we use ionCube PHP accelerator (http://www.php-accelerator.co.uk/). We've experienced as much as 3x speed increase of eZ publish with an accelerator, but that's on fully cached sites where most of the overhead is in parsing the php files.

--bård

Documentation: http://ez.no/doc

tady d.

Sunday 03 December 2006 10:14:45 am

Could you describe me that, please:
<i> but that's on fully cached sites where most of the overhead is in parsing the php files. </i>

André R.

Sunday 03 December 2006 3:23:33 pm

It means the template and view cache is on and you have already accessed the page (so the template and content output is already generated and will remain cached until you alter the content, clear the cache or the cache time expires).

PS! This thread is old, please use apc or eaccelerator over turck_mm for php acceleration, search it up on the net for more info on those.

PS2! Cache time applies only to view and cache-block cache, templates remains cached until you clear the template cache. (or until you change the template if you have developentmode enabled)

PS3! Take a look in the ini files in settings/ for a lot of comments on how things / settings can be altered, specially site.ini

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.