Hi, having used eAccelerator a fair bit on my websites I wondered if you could apply the same principles to the webconfig! It basically stores cached versions of the php scripts so that they do not have to be regenerated every time the page loads.
The webconfig runs in it's own sandbox, and with it's own PHP version so you have to customise eaccelerator somewhat. I've built an RPM which will install cleanly along side your existing webconfig, and give it that little boost
The speed increases are noticeable from my point of view and tend to be more "snappy", but I don't have a particularly heavily used system, and they vary on the pages your viewing

I'd be interested to see what others think if you fancy a go, i've not noticed any side effects such as stale content etc
Setup the community repo as per instructions
HERE
| Code: |
yum --enablerepo=timb install webconfig-php-eaccelerator
service webconfig restart
|
This will not affect any of your existing web sites, or existing PHP eAccelerator installs as it runs out of the webconfig directory
You can manually grab the RPM's from
HERE