Greetings, Wordpress Wizard

Welcome to the first unified way to benchmark your hosting using simple Wordpress plugin.
A simple way to find out if your server is fast or needs an upgrade.

What is object cache in Wordpress?

Object cache is a set of functions, that allows theme and plugin developers to store different data using unique keys in a usually in-memory systems, like Redis or Memcached for faster access. Unlike database, to get information out of the object cache you need to know specific key, that you are looking for, but at the same time access to stored data is much more faster.

Wordpress offer natively offers functions for dealing with object cache, but unless you have a specific plugin, that connects to external cache daemon to store or retrieve data - all object cache will be stored inside running PHP process and data will be lost after request handling. Basically it means, that on a new request - object cache will be empty. And that's why you need external cache daemon and a plugin, that will actually work with it.

Since object cache itself is not bound to specific storage - Wordpress plugin repository offer various plugins, that utilize different methods for data storage - redis object cache, memcached, opcache and even file-based caching (it is hard to think, when this might be a good idea to have, but technology itself allows us to do it).

Object Cache on Shared Hosting

If you're running WordPress on shared hosting and experiencing performance issues, you might be tempted to enable object caching with Redis or Memcached. However, for most beginners and intermediate users, this approach requires careful consideration.

Security Concerns Worth Noting

On typical shared hosting environments, Redis and Memcached often lack proper user authentication and data isolation between accounts. Unless your hosting provider specifically offers these services through dedicated containers (like those available in the "Enhance" control panel), your cached data could potentially be accessed or modified by other users on the same server.

When Performance Lags Despite Good Hardware

Object caching shines in specific scenarios, particularly with themes and plugins that perform complex calculations. For example, WooCommerce stores with variable products can see significant speed improvements when the lowest price calculations are cached rather than repeatedly processed.

Better Alternatives to Consider

Try Docket Cache - If you don't have access to Redis or Memcached but want object caching benefits, this plugin stores cache data in files while providing similar functionality.

Object caching is a powerful tool when used correctly and in the right environment. For shared hosting users, it's often better to focus on finding a hosting provider with better performance characteristics unless you're experiencing specific bottlenecks that only object caching can address. If your CPU benchmarks look good but pages still load slowly, and your plugins/themes support object caching, then it might be worth exploring—preferably on VPS or dedicated hosting where security concerns are minimized.

Your questions, comments and suggestions are kindly welcome at info@wpbenchmark.io.

Total tests

121483

Affiliates

Global stats

2025
Average score

7.4

PHP 7.0
0.03%
PHP 7.1
0.01%
PHP 7.2
0.05%
PHP 7.3
0.30%
PHP 7.4
4.94%
PHP 8.0
2.84%
PHP 8.1
12.90%
PHP 8.2
18.80%
PHP 8.3
44.33%
PHP 8.4
15.81%

2024
Average score

7.66

PHP 5.6
0.01%
PHP 7.0
0.02%
PHP 7.1
0.02%
PHP 7.2
0.07%
PHP 7.3
0.32%
PHP 7.4
10.36%
PHP 8.0
6.14%
PHP 8.1
22.92%
PHP 8.2
25.04%
PHP 8.3
34.71%
PHP 8.4
0.40%

2023
Average score

7.38

PHP 5.4
0.01%
PHP 5.6
0.03%
PHP 7.0
0.06%
PHP 7.1
0.05%
PHP 7.2
0.22%
PHP 7.3
0.66%
PHP 7.4
22.83%
PHP 8.0
17.71%
PHP 8.1
32.86%
PHP 8.2
24.24%
PHP 8.3
1.32%

2022
Average score

7.4

PHP 5.4
0.00%
PHP 5.6
0.14%
PHP 7.0
0.18%
PHP 7.1
0.11%
PHP 7.2
0.60%
PHP 7.3
2.45%
PHP 7.4
48.84%
PHP 8.0
20.48%
PHP 8.1
26.84%
PHP 8.2
0.36%

2021
Average score

8.02

PHP 5.4
0.01%
PHP 5.6
0.39%
PHP 7.0
0.30%
PHP 7.1
0.11%
PHP 7.2
2.01%
PHP 7.3
9.83%
PHP 7.4
75.31%
PHP 8.0
11.21%
PHP 8.1
0.83%

2020
Average score

7.82

PHP 5.4
0.03%
PHP 5.6
1.19%
PHP 7.0
2.53%
PHP 7.1
3.06%
PHP 7.2
11.76%
PHP 7.3
33.45%
PHP 7.4
47.27%
PHP 8.0
0.71%

2019
Average score

7.84

PHP 5.6
0.66%
PHP 7.0
5.96%
PHP 7.1
4.64%
PHP 7.2
29.14%
PHP 7.3
53.64%
PHP 7.4
5.96%

Public wall of benchmarked sites

Developed by Anton Aleksandrov - hosting.guru - 2025