Visits website pages to warm (create) the cache if you have any caching solutions configured.
Prioritized issue groups from the latest Plugin Check scan
Security
147
7 issue groups
Maintainability
98
10 issue groups
I18n
6
4 issue groups
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $list_table at $list_table ON $logs_table.list_id=$list_table.id\n
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_options".
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $logs_table used in $wpdb->get_results()\n$logs_table assigned unsafely at line 229.
Sample message
Unescaped parameter $list_table used in $wpdb->get_results()\n$list_table assigned unsafely at line 63.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$post_data'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_ENV['CACHE_WARMER_DEBUG']
Sample message
Missing $domain parameter in function call to __().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "phpUri".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Cache_Warmer'.
Sample message
The parameter "[\n 'hide_empty' => false,\n ]" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Mismatched text domain. Expected 'cache-warmer' but got 'tmm-wp-plugins-core'.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Tested up to: 7.0.0 The version number should only include major versions 7.0.
Potential connections found in static code analysis.
Outbound calls
297
External assets
0
Incoming endpoints
3
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v1.3.10
38
Latest
v1.3.9
37
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 251 | 32 | 219 | v1.3.10 | 2.0.0 |
| 37 | 252 | 32 | 220 | v1.3.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.