Forgot to say about Memcached. You will need to install it so make sure you have admin rights to the server. Once installed edit the inc/config.php file and change.
to
$config['cache_store'] = 'db';
to
$config['cache_store'] = 'memcache';