In-memory cache

Redis and Memcached as application cache

Redis and Memcached keep frequently used data in memory, reducing database queries and speeding up dynamic websites and shops.

When does Redis help?

Redis works well as object cache, session storage or helper queue for PHP applications and WordPress.

When is Memcached enough?

Memcached is a simple and fast key-value cache suitable for many common application-speedup scenarios.

Cache needs sensible configuration

The best effect comes from combining cache with current PHP, OPcache, PHP-FPM, a healthy database and plugin control.

Technical references