Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.19MB] [CPU: ▼2.97ms] Passed 4 tests
Analyzing server-side resources used by Auto Post Scheduler
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.66 ▲0.20 | 36.59 ▼2.64 |
Dashboard /wp-admin | 3.50 ▲0.19 | 48.93 ▲2.62 |
Posts /wp-admin/edit.php | 3.62 ▲0.25 | 46.59 ▲2.05 |
Add New Post /wp-admin/post-new.php | 6.08 ▲0.19 | 89.92 ▼11.16 |
Media Library /wp-admin/upload.php | 3.42 ▲0.19 | 35.87 ▼0.11 |
Auto Post Scheduler /wp-admin/options-general.php?page=auto-post-scheduler | 3.40 | 35.17 |
Server storage [IO: ▲0.09MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 7 new files
Database: 1 new table, 38 new options
New tables |
---|
wp_aps_log |
New WordPress options |
---|
aps_excludes |
aps_hours_sun |
theysaidso_admin_options |
aps_start_delay |
aps_recycle_min |
aps_hours_sat |
widget_recent-posts |
aps_recycle |
aps_random |
aps_hours_fri |
... |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Auto Post Scheduler
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲58 | 13.20 ▼1.11 | 4.59 ▲2.69 | 39.97 ▼21.94 |
Dashboard /wp-admin | 2,210 ▲22 | 5.90 ▲1.01 | 96.97 ▼21.30 | 42.65 ▼3.23 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 1.99 ▼0.19 | 35.87 ▼3.72 | 34.81 ▼0.57 |
Add New Post /wp-admin/post-new.php | 1,538 ▲24 | 23.24 ▲5.73 | 685.35 ▲3.04 | 56.80 ▲0.61 |
Media Library /wp-admin/upload.php | 1,395 ▲7 | 4.30 ▲0.17 | 97.52 ▼16.82 | 42.65 ▼8.12 |
Auto Post Scheduler /wp-admin/options-general.php?page=auto-post-scheduler | 1,252 | 2.07 | 23.46 | 44.47 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
Please fix the following items
- The uninstall procedure has failed, leaving 7 options in the database
- aps_recycle_new
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-posts
- widget_recent-comments
- db_upgraded
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Almost there! Just fix the following items
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/auto-post-scheduler/auto-post-scheduler.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser issues were found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Attributes that need to be fixed:
- Tags: Too many tags (14 tag instead of maximum 10); only the first 5 tags are used in your directory listing
auto-post-scheduler/auto-post-scheduler.php Passed 13 tests
The primary PHP file in "Auto Post Scheduler" version 1.83 is used by WordPress to initiate all plugin functionality
80 characters long description:
Publishes posts or recycles old posts at specified time intervals automatically.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
There were no executable files found in this plugin1,036 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 151 | 45 | 844 |
PO File | 1 | 71 | 83 | 183 |
CSS | 1 | 5 | 1 | 9 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 20 | |
▷ Named functions | 20 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There were not PNG files found in your plugin