• This plugin speeds up your site considerably without the hassle of installing Redis or Memcached. In fact, I think this should be part of WordPress core! ??

    I’ve been testing this on a busy site (3000-5000 visitors/day with many logged-in users), and it’s doing fine.

    I used the Redis Object Cache plugin before this one, but I find this one is easier to manage (no Redis installation required) and contain (the cache files are hidden files within your wp-content dir). Thanks to the cache files inside your site’s dir, installing this one on all your sites is more manageable. To illustrate: when you have multiple sites, you must manually administer and change the database number with the Redis Object Cache plugin, and it’s not a setting in the UI but a config file change. (And: Redis is limited to 16 databases).

    I don’t have hard stats, but the site doesn’t feel slower or faster than using Redis for caching. I do think it helps a lot when your server has plenty of spare memory, so Linux’s file caching system can cache the SQLite db.

    I glanced over the code (I’m an experienced software engineer), and the plugin seems well-written.

    If you’re looking for a quick and easy way to speed up your entire site, including the admin area), this is a no-brainer.

Viewing 1 replies (of 1 total)
  • Plugin Author OllieJones

    (@olliejones)

    Thanks for the review, and for letting us know your experience with larger sites. You’re correct that this will exploit extra RAM if your web server machine has it.

    A couple of areas to be careful. If you pay for HDD/SSD IOPs pay attention to your usage, to avoid a surprise bill. And, if your /wp-content/ directory is on some kind of nfs / remote / shared-drive storage, you might want to relocate your SQLlite files to /tmp/ or some other local storage. SQLite doesn’t handle file locking well on shared drives, and file locking is necessary for the concurrent access web server software requires.

Viewing 1 replies (of 1 total)
  • The topic ‘Fast and easy’ is closed to new replies.