Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▼0.62MB] [CPU: ▼15.19ms] Passed 4 tests
Server-side resources used by WP Series Manager
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 44.90 ▲0.80 |
Dashboard /wp-admin | 3.37 ▲0.07 | 45.11 ▼7.15 |
Posts /wp-admin/edit.php | 3.43 ▲0.07 | 49.05 ▲0.79 |
Add New Post /wp-admin/post-new.php | 3.22 ▼2.67 | 36.83 ▼55.20 |
Media Library /wp-admin/upload.php | 3.30 ▲0.06 | 35.32 ▲0.98 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=wp-series | 3.29 | 33.14 |
Categories /wp-admin/edit-tags.php?taxonomy=category&post_type=wp-series | 3.29 | 38.06 |
Add new serie /wp-admin/post-new.php?post_type=wp-series | 3.22 | 35.08 |
All series /wp-admin/edit.php?post_type=wp-series | 3.35 | 41.18 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 10 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
category_children |
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for WP Series Manager
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,838 ▲103 | 13.21 ▼1.16 | 1.77 ▼0.14 | 40.93 ▼10.36 |
Dashboard /wp-admin | 2,241 ▲53 | 5.84 ▲0.95 | 114.30 ▼3.96 | 41.78 ▼5.96 |
Posts /wp-admin/edit.php | 2,134 ▲45 | 2.04 ▲0.04 | 40.40 ▲5.49 | 35.97 ▲1.82 |
Add New Post /wp-admin/post-new.php | 6,239 ▲4,711 | 18.99 ▼4.23 | 860.19 ▲180.10 | 57.27 ▼1.93 |
Media Library /wp-admin/upload.php | 1,426 ▲41 | 4.18 ▼0.02 | 100.76 ▼6.40 | 44.70 ▲0.86 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=wp-series | 1,342 | 2.14 | 26.95 | 30.15 |
Categories /wp-admin/edit-tags.php?taxonomy=category&post_type=wp-series | 1,481 | 2.14 | 28.24 | 32.30 |
Add new serie /wp-admin/post-new.php?post_type=wp-series | 2,633 | 7.92 | 180.42 | 67.89 |
All series /wp-admin/edit.php?post_type=wp-series | 1,165 | 1.95 | 34.41 | 32.28 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- Zombie WordPress options were found after uninstall: 7 options
- can_compress_scripts
- widget_recent-comments
- category_children
- widget_theysaidso_widget
- db_upgraded
- widget_recent-posts
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Please fix the following server-side errors
- > GET request to /wp-admin/post-new.php?post_type=wp-series
- > Notice in wp-content/plugins/wp-series-manager/wp-series-manager.php+104
Undefined index: series_manager_nonce
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
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/wp-series-manager/1.0.1/wp-series-manager.php:32
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/wp-series-manager/wp-series-manager.php:32
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine on the user side
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
2 plugin tags: posts, post
wp-series-manager/wp-series-manager.php Passed 13 tests
The main file in "WP Series Manager" v. 1.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
95 characters long description:
A plugin for managing tutorial series and any other thing that can be published in a serial way
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
Good job! No executable or dangerous file extensions detected269 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 20 | 55 | 213 |
PO File | 1 | 19 | 38 | 56 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
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 | 24 | |
▷ Named functions | 24 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
PNG images were not found in this plugin