* Prince Gerald Albert princegeralda@hcl.in [Mon, 19 Oct 2009 15:37:06 +0530]:
Can somebody list the steps or provide reference to configure Zend Accelerator and/or any accelerator to increase the speed of my wiki installation
Zend Accelerator has some problems with MediaWiki (regarding to debug backtrace), it's better to use APC. I usually compile APC module from source and then load it via php.ini. To my surprise PHP 5.3.1 RC1 seems to have APC built-in (my external module reported that extension is already loaded, so I've had to comment it out). Also, I've heard that APC will be integrated into PHP 6.0 as well. Besides a bytecode cache, APC is also used as a lightweight alternative to memcached via the MediaWiki's $wgMemc instance. Dmitriy