
10-01-2012, 06:50 PM
|
|
Member
|
|
Join Date: Sep 2012
Posts: 17
|
|
Thank you. I think I will give it a try then. Right now I have this in my vBulletin config:
PHP Code:
// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php
// vB_Datastore_APC - to use APC
// vB_Datastore_XCache - to use XCache
// vB_Datastore_Memcached - to use a Memcache server, more configuration below
$config['Datastore']['class'] = 'vB_Datastore_XCache ';
Do you recommend based on your experience that this is better with Memcache? Or can I use them both here?
Also for my Wordpress W3 Total Cache I have the following all set to xCache:
- Page Cache
- Minify
- Database Cache
- Object Cache
In a week I am upgrading to a 2-CPU license to utilize LiteSpeed Cache on my VBSEO, vBulletin.
Do you recommend Memcache to be used with certain W3 Total Cache options?
Do I setup vBulletin to use just Memcache? Or can both be used? What do you recommend?
Thank you!
|