I have vboptimise configured to use APC. Given this, what is the optimal way to set up the config.php file?
What I find subjectively is that the forum works fastest when $config['Datastore']['class'] = 'vB_Datastore_Filecache'; is enabled
However, when this is enabled, the style chooser at the bottom of the forum disappears. This apparent bug has been confirmed by other users on vbulletin. This occurs with both PHP 5.2.14 and 5.3.24 (the latter of which I am currently running).
If I disable the vb datastore filecache, the style chooser returns.
However, if I then enable the $config['Datastore']['class'] = 'vB_Datastore_APC'; in config.php, performance deteriorates.
Any suggestions?
Thanks.
What I find subjectively is that the forum works fastest when $config['Datastore']['class'] = 'vB_Datastore_Filecache'; is enabled
However, when this is enabled, the style chooser at the bottom of the forum disappears. This apparent bug has been confirmed by other users on vbulletin. This occurs with both PHP 5.2.14 and 5.3.24 (the latter of which I am currently running).
If I disable the vb datastore filecache, the style chooser returns.
However, if I then enable the $config['Datastore']['class'] = 'vB_Datastore_APC'; in config.php, performance deteriorates.
Any suggestions?
Thanks.