Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.00MB] [CPU: ▼4.63ms] Passed 4 tests
This is a short check of server-side resources used by Auto Delete Applications - Add-on for WP Job Openings
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 38.00 ▼4.90 |
Dashboard /wp-admin | 3.31 ▲0.00 | 44.66 ▼6.02 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 46.30 ▼0.70 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 93.90 ▼6.91 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 34.29 ▼0.29 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 4 new files
Database: no new tables, 8 new options
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
awsm_jobs_adl_general_settings |
widget_theysaidso_widget |
theysaidso_admin_options |
awsm_jobs_adl_register_default_settings |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by Auto Delete Applications - Add-on for WP Job Openings
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲65 | 13.30 ▼1.08 | 1.60 ▼0.18 | 39.06 ▼12.59 |
Dashboard /wp-admin | 2,209 ▲18 | 4.85 ▼0.04 | 108.16 ▲1.00 | 40.54 ▼2.54 |
Posts /wp-admin/edit.php | 2,089 ▼0 | 1.99 ▼0.03 | 41.64 ▲6.32 | 36.56 ▲2.40 |
Add New Post /wp-admin/post-new.php | 1,529 ▼7 | 18.23 ▼5.08 | 604.67 ▼57.37 | 56.66 ▲0.67 |
Media Library /wp-admin/upload.php | 1,388 ▲3 | 4.21 ▼0.02 | 93.95 ▼7.20 | 40.54 ▼3.10 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- The uninstall procedure has failed, leaving 8 options in the database
- widget_recent-posts
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
- awsm_jobs_adl_register_default_settings
- can_compress_scripts
- widget_theysaidso_widget
- awsm_jobs_adl_general_settings
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please take a closer look at the following
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Cannot access self:: when no class scope is active in wp-content/plugins/auto-delete-applications-add-on-for-wp-job-openings/inc/remove-applications.php:2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
These attributes need your attention:
- Screenshots: Please describe screenshot #1 in auto-delete-applications-add-on-for-wp-job-openings/assets to your readme.txt
auto-delete-applications-add-on-for-wp-job-openings/auto-delete.php 85% from 13 tests
The principal PHP file in "Auto Delete Applications - Add-on for WP Job Openings" v. 1.0.0 is loaded by WordPress automatically on each request
Please make the necessary changes and fix the following:
- Text Domain: The text domain is optional since WordPress version 4.6; if you do specify it, it must be the same as the plugin slug
- Main file name: The principal plugin file should be the same as the plugin slug ("auto-delete-applications-add-on-for-wp-job-openings.php" instead of "auto-delete.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
There were no executable files found in this plugin294 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 43 | 26 | 294 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.39 |
Average class complexity | 34.00 |
▷ Minimum class complexity | 34.00 |
▷ Maximum class complexity | 34.00 |
Average method complexity | 2.45 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 7.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 21 | |
▷ Static methods | 4 | 19.05% |
▷ Public methods | 18 | 85.71% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 3 | 14.29% |
Functions | 2 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 2 | 100.00% |
Constants | 3 | |
▷ Global constants | 3 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
There were not PNG files found in your plugin