Basically I'm looking for a cheap hosting solution that actually enables opcode caching. I'm having a hard time finding one. Is there a reason for this? Anyway, anyone know of one?
|
feedback
|
|
Never had a chance to actually try it, but people managed to get APC and eAccelerator working on dreamhost shared hosting. You've got to get your hands dirty and install/compile your own PHP, but wiki entries and dreamhost community are great. Other good reasons to choose Dreamhost:
If you ever want to subscribe, look for promo codes (to get a better deal) or just ask! Edit: If you want to try VPS hosting, Dreamhost's VPS hosting plan works fine and is based on the server memory added (you can change it on the fly to save money). | |||||||
feedback
|
|
I've never had a shared hosting package that supports any time of customization to the server, such as APC or eAccelerator. The only way I've managed to do that is to purchase a virtual private server where I have full access. The cheapest VPS I've had is $30/month. | |||
|
feedback
|
|
I use eAccelerator with Bluehost, I should note that I compiled it on the server with the shell account. | |||
|
feedback
|
|
I've used GoDaddy, Host Monster, and Host Gator, and none of their shared hosting accounts support APC or memcached or any other accelerator/caching module. I believe the reason is that those types of modules are CPU and memory intensive, and they can't afford to do that when 100's or 1000's of sites are hosted on a single server. I've been using a VPS account from Infinitely Virtual for over a year now and have nginx, PHP-FPM, and APC running on CentOS 5.3 and have had no problems so far, and it only costs me $10/month. It takes some elbow grease to setup that configuration, but it's way better than using Apache and I get stable and fast response times, and that's with only 256MB RAM. | |||
|
feedback
|
|
Most shared hosting plans don't support apc, eaccelerator, etc. because they're running as apache/php-cgi for security reasons vs apache/mod_php. I'm not aware of any accelerators that work with php-cgi. A VPS is probably your best bet. | |||
|
feedback
|