Announcement
Collapse
No announcement yet.
vB_Datastore_APC
Collapse
X
-
vB_Datastore_APC
Hi,
My hosts are installing the APC cache extension on my server.
For 4.2.2 is it just a matter of changing:
// ****** 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_Filecache';
to:
// ****** 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_APC;
Is there anything else I need to change?
Last edited by CricketWeb; Tue 20 Jan '15, 12:26am.Tags: None
Related Topics
Collapse
-
by Mr BOur vBulletin 5.4.4 is running on IIS 10 with WinCache enabled on the server.
Anyone knows the correct Config.php settings for using WinCache? I have searched the forums and also looked in...-
Channel: Support Issues & Questions
Thu 18 Oct '18, 5:01am -
-
by rnedelkowCan anyone comment on the performance of their forum using v5.1.6? Does the notification re-factor improve performance when viewing New Topics or Today's Posts?
-
Channel: Support Issues & Questions
Wed 8 Apr '15, 9:03am -
Leave a comment: