PHP performance boost from eaccellerator?
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
PHP performance boost from eaccellerator?
Anyone try this: http://eaccelerator.net/ with s9y? I need to get some performance boosts on a particular server and wondered if it might be worth considering.
=Don=
-
sonichouse
- Regular
- Posts: 196
- Joined: Sun May 11, 2008 2:53 am
- Contact:
Re: PHP performance boost from eaccellerator?
Just tried this on my 32mb slug running at 266 mhz and it definitely feels quicker with fastcgi.Don Chambers wrote:Anyone try this: http://eaccelerator.net/ with s9y? I need to get some performance boosts on a particular server and wondered if it might be worth considering.
My php only has 16mb memory to play with, but it seems to rock.
Thanks, not sure if the cache plugin is getting in the way or helping ?
HTH - Steve
Steve is occasionally blogging here
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: PHP performance boost from eaccellerator?
Hi!
This DEFINITELY helps. A lot. Parsing can be improved often by a factor of 2 or 3.
Regards,
Garvin
This DEFINITELY helps. A lot. Parsing can be improved often by a factor of 2 or 3.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
Garvin - did you try eAccellerator specifically with s9y, or are you speaking in general terms?
Sonichouse - this server has 8Gb RAM, but is also running 10 high traffic s9y installs, but I still need a performance boost if I can get it. Thanks for your input everyone. It will be a week or 2 before I can test it though as I am about to leave for vacation for a week.
Sonichouse - this server has 8Gb RAM, but is also running 10 high traffic s9y installs, but I still need a performance boost if I can get it. Thanks for your input everyone. It will be a week or 2 before I can test it though as I am about to leave for vacation for a week.
=Don=
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
I'm more speaking of general terms. Personally, I am using APC from PECL.
But opcode caches all do the same, it does not really matter which one you pick, as long as you do pick one.
Regards,
Garvin
I'm more speaking of general terms. Personally, I am using APC from PECL.
But opcode caches all do the same, it does not really matter which one you pick, as long as you do pick one.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact: