Quote:
Originally Posted by Dismounted
vBulletin support the following methods for caching datastore items: - Filecache
- APC
- XCache
- Memcached
Additionally, APC and XCache are PHP accelerators. These are recommended. XCache has been shown to be ever so slightly faster than APC.
|
eAccelerator is another PHP opcode cache/accelerator which is supported by vBulletin.
Quote:
Originally Posted by Dismounted
Again, both XCache and APC are good choices. However, there are compatibility problems when using these with Zend Optimizer installed. It must be uninstalled if you want to use them.
|
eAccelerator is the only which is compatible with Zend Optimizer.