To enable FastDS, you need to use the /core/includes/config.php file included with vBulletin 5.0.5. Inside it look for the following code:
PHP Code:
//$config['fastDS'] = true; //Use to disable fastDS completely
//$config['fastDSType'] = 'APC'; //Use to disable fastDS completely. At this time APC is the only option.
//$config['fastDSPrefix'] = ''; //prefix, to prevent collisions. Defaults to database prefix.
//Note that if you use the same cache type for this and fast or large cache, and the same prefix, you
// may have conflicts.
//$config['fastDSLimit'] = 6000000; //Limit the amount of memory consumed, in bytes
Save your file and upload to the server to enable Fast DS.
Leave a comment: