Autoload Optimizer Plugin is a powerful tool designed to optimize your WordPress database by managing autoloaded options efficiently.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
10
2 issue groups
Security
2
2 issue groups
Repo Compliance
1
1 issue group
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $placeholders at \t\t\t\t WHERE option_name IN ($placeholders)\n1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at \t\t\t\t WHERE option_name IN ($placeholders)\n
WARNINGSecurityUnfinished PrepareReplacement variables found, but no valid placeholders found in the query.1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
WARNINGRepo Compliancereadme parser warnings no short description presentThe "Short Description" section is missing. An excerpt was generated from your main plugin description.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
External Connections
Potential connections found in static code analysis.
Outbound calls
2
External assets
0
Incoming endpoints
1
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints1
wp_ajax
Score History
2 score snapshots
v2.0
92
Latest
- Findings
- 13
- Errors
- 0
- Warnings
- 13
- Check
- 2.0.0
v1.0
92
Score
- Findings
- 8
- Errors
- 2
- Warnings
- 6
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 92 | 13 | 0 | 13 | v2.0 | 2.0.0 |
| 92 | 8 | 2 | 6 | v1.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.