PDA

View Full Version : aAccelerator and other caching stuff


Namesniper
Sun 24th Dec '06, 7:40pm
Hi,

Is vBulletin able to work with eAccelerator and other caching options ?

Will i see some 10% increase in performance if i install them ?

Which caching options are recommended and what mysql/apache settings are recommended for the forum with 600.000 posts and 100 users online ?

jason|xoxide
Wed 27th Dec '06, 12:32pm
Yes, PHP caches work with vBulletin. Performance gains will vary based on the site and server but I'd say that 10% is a conservative estimate (although keep in mind that PHP Caches only help with PHP, and not MySQL of file system bottlenecks).

I used to use eAccelerator but I recently switched to XCache. You can find an easy way to install it on your site (if you're running RHEL or CentOS) at the link below.

PHP Caching and Acceleration with XCache (http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/)

As to optimizing your server, you'll want to visit the Server Configuration (http://www.vbulletin.com/forum/forumdisplay.php?f=14) forum. Make sure that you read the stickies in that section before posting.

Namesniper
Wed 27th Dec '06, 5:32pm
Jason thanks for info