Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Install script ran successfully
Server metrics [RAM: ▲0.17MB] [CPU: ▼4.42ms] Passed 4 tests
This is a short check of server-side resources used by WP LIST PAGES BY CUSTOM TAXONOMY
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.64 ▲0.18 | 42.11 ▼1.86 |
Dashboard /wp-admin | 3.47 ▲0.17 | 48.81 ▼2.84 |
Posts /wp-admin/edit.php | 3.58 ▲0.23 | 42.70 ▼1.02 |
Add New Post /wp-admin/post-new.php | 6.05 ▲0.16 | 86.17 ▼8.14 |
Media Library /wp-admin/upload.php | 3.39 ▲0.16 | 35.54 ▼4.84 |
Server storage [IO: ▲0.13MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 13 new files
Database: no new tables, 8 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_pages_by_tax |
pbytax_template_version |
db_upgraded |
widget_recent-comments |
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
This is an overview of browser requirements for WP LIST PAGES BY CUSTOM TAXONOMY
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.15 ▼1.13 | 1.70 ▼0.17 | 44.60 ▼0.71 |
Dashboard /wp-admin | 2,205 ▲16 | 4.84 ▼0.10 | 111.10 ▼9.39 | 42.94 ▼2.30 |
Posts /wp-admin/edit.php | 2,091 ▲2 | 2.02 ▲0.03 | 35.16 ▲0.24 | 35.40 ▲0.64 |
Add New Post /wp-admin/post-new.php | 1,516 ▼22 | 17.64 ▼5.79 | 640.01 ▼15.48 | 55.59 ▲10.51 |
Media Library /wp-admin/upload.php | 1,384 ▼1 | 4.26 ▲0.04 | 94.99 ▼15.85 | 43.13 ▼3.56 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- Zombie WordPress options were found after uninstall: 7 options
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
- widget_recent-posts
- widget_pages_by_tax
- can_compress_scripts
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Everything seems fine, however this is by no means an exhaustive test
SRP 0% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please take a closer look at the following
- 3× PHP files output text when accessed directly:
- > /wp-content/plugins/wp-list-pages-by-custom-taxonomy/templates/pbytax_template.php
- > /wp-content/plugins/wp-list-pages-by-custom-taxonomy/pages-by-custom-tax.php
- > /wp-content/plugins/wp-list-pages-by-custom-taxonomy/includes/pbytax_query_args.php
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Notice
Undefined variable: display_only_children in wp-content/plugins/wp-list-pages-by-custom-taxonomy/templates/pbytax_template.php on line 184
- > PHP Notice
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
5 plugin tags: listing, widget, post type, recent posts, taxonomy
wp-list-pages-by-custom-taxonomy/pages-by-custom-tax.php 85% from 13 tests
"WP LIST PAGES BY CUSTOM TAXONOMY" version 1.4.10's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
Please make the necessary changes and fix the following:
- Description: The description should be shorter than 140 characters (currently 247 characters long)
- Main file name: The principal plugin file should be the same as the plugin slug ("wp-list-pages-by-custom-taxonomy.php" instead of "pages-by-custom-tax.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Good job! No executable or dangerous file extensions detected1,070 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 166 | 393 | 876 |
CSS | 2 | 19 | 4 | 116 |
JavaScript | 2 | 5 | 4 | 78 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.41 |
Average class complexity | 132.00 |
▷ Minimum class complexity | 132.00 |
▷ Maximum class complexity | 132.00 |
Average method complexity | 14.10 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 81.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 | 10 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 10 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 13 | |
▷ Named functions | 13 | 100.00% |
▷ Anonymous functions | 0 | 0.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
No PNG images were found in this plugin