Autoptimize speeds up your website by optimizing JS, CSS, images (incl. lazy-load), HTML and Google Fonts, asyncing JS, removing emoji cruft and more.
Prioritized issue groups from the latest Plugin Check scan
Security
288
9 issue groups
Maintainability
140
14 issue groups
I18n
17
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_ao_ccss_review_notice_copy'.
Sample message
Sanitization missing for register_setting().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_ao_ccss_review_notice_copy".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['error']
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['error']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AO_CCSS_API".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
A function call to esc_html__() 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
print_r() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to esc_html__().
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AO_Minify_HTML".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ao_ccss_render_adv".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '": {$pattern}"'.
Sample message
The use of function move_uploaded_file() is forbidden
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ao_ccss_queue_schedule".
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Processing form data without nonce verification.
Not analyzed yet.
First score snapshot
v3.1.15.1
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 479 | 288 | 191 | v3.1.15.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.