Adds MemcacheD object cache support to WordPress and auto-configures your cache setup.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
43
7 issue groups
Security
6
2 issue groups
I18n
5
1 issue group
Repo Compliance
2
2 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_cache_add".
Sample message
Mismatched text domain. Expected 'memcached-is-your-friend' but got 'wordpress-memcached'.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$memcached_servers".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
Tested up to: 4.1 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
Function "wp_using_ext_object_cache()" requires WordPress 3.7.0, but your plugin minimum supported version is WordPress 3.0.0.
Not analyzed yet.
First score snapshot
v2.0.0
72
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 72 | 56 | 23 | 33 | v2.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.