willieljackson
Forum Replies Created
-
I’m not sure how Akismet would be integrated with the current version of the plugin without hacking it up, but that’s a very interesting idea. I can’t speak to the level of support and maintenance for the plugin because this is my first (and only) issue, but I sure hope a new version is on the way soon.
I don’t imagine that you’d be able to—you’re largely at the mercy of your web host. I’ve still seen phenomenal results on my shared hosting account sites using the plugin, so I wouldn’t stress too much.
With the first two in particular, you just won’t be able to leverage the full power of the plugin. Assuming that you’re running apache on a Debian/Ubuntu machine, use the following line to enable memcached:
sudo apt-get install memcached php5-memcacheIf you’re running CentOS (specifically the yum package manager), use:
sudo yum install memcached php5-memcacheRestart apache:
/etc/init.d/apache2 restartAnd recheck the compatibility. You should see some changes 🙂