Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Please fix the following installer errors
- The plugin did not install without errors
- > Compile error in wp-content/plugins/taxonomy-meta-ui/includes/functions.php+11
Cannot redeclare add_term_meta() (previously declared in wp-includes/taxonomy.php:1346)
Server metrics [RAM: ▼0.01MB] [CPU: ▼8.58ms] Passed 4 tests
Server-side resources used by Taxonomy Meta UI
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 35.49 ▼2.67 |
Dashboard /wp-admin | 3.31 ▼0.04 | 45.38 ▼16.56 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 43.17 ▼2.15 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 79.20 ▼12.92 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 35.22 ▲2.79 |
Server storage [IO: ▲0.33MB] [DB: ▲0.07MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 23 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for Taxonomy Meta UI
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲54 | 13.27 ▼1.11 | 4.51 ▲2.95 | 39.42 ▼1.40 |
Dashboard /wp-admin | 2,206 ▲18 | 5.83 ▲0.92 | 101.90 ▼1.53 | 37.84 ▼5.32 |
Posts /wp-admin/edit.php | 2,089 ▼0 | 2.01 ▲0.02 | 36.38 ▼1.08 | 35.67 ▼0.34 |
Add New Post /wp-admin/post-new.php | 1,534 ▼8 | 23.16 ▲4.82 | 638.56 ▲15.97 | 56.26 ▲2.56 |
Media Library /wp-admin/upload.php | 1,388 ▼0 | 4.17 ▼0.12 | 94.70 ▲0.41 | 43.75 ▲2.72 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- This plugin does not fully uninstall, leaving 6 options in the database
- theysaidso_admin_options
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-posts
- db_upgraded
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 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please take a closer look at the following
- 3× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/taxonomy-meta-ui/classes/class.taxonomy-meta-ui.admin.php
- > /wp-content/plugins/taxonomy-meta-ui/classes/class.taxonomy-meta-ui.php
- > /wp-content/plugins/taxonomy-meta-ui/plugin.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
These attributes need to be fixed:
- Screenshots: These screenshots have no corresponding images in /assets: #1 (New term screen with custom fields), #2 (Edit term screen with custom fields), #3 (New term screen with custom fields and static field `foo`), #4 (Edit term screen with custom fields and static field `foo`)
taxonomy-meta-ui/plugin.php 92% from 13 tests
This is the main PHP file of "Taxonomy Meta UI" version 1.2.0, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
You should first fix the following items:
- Main file name: It is recommended to name the main PHP file as the plugin slug ("taxonomy-meta-ui.php" instead of "plugin.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Good job! No executable or dangerous file extensions detected574 lines of code in 11 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 271 | 272 | 355 |
JavaScript | 2 | 36 | 4 | 90 |
Markdown | 1 | 33 | 0 | 51 |
PO File | 1 | 15 | 47 | 49 |
CSS | 1 | 7 | 0 | 29 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.34 |
Average class complexity | 21.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 41.00 |
Average method complexity | 2.74 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 8.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 2 | 100.00% |
Methods | 23 | |
▷ Static methods | 5 | 21.74% |
▷ Public methods | 20 | 86.96% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 3 | 13.04% |
Functions | 4 | |
▷ Named functions | 4 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 1 | 100.00% |
▷ Public constants | 1 | 100.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
No PNG images were found in this plugin