Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Installer ran successfully
Server metrics [RAM: ▲0.18MB] [CPU: ▲0.26ms] Passed 4 tests
Server-side resources used by Simple Table Manager
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.65 ▲0.19 | 44.21 ▲2.96 |
Dashboard /wp-admin | 3.48 ▲0.17 | 46.78 ▼4.59 |
Posts /wp-admin/edit.php | 3.59 ▲0.23 | 48.45 ▲1.82 |
Add New Post /wp-admin/post-new.php | 6.06 ▲0.17 | 95.06 ▲1.98 |
Media Library /wp-admin/upload.php | 3.40 ▲0.17 | 36.00 ▲1.84 |
Server storage [IO: ▲0.07MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 15 new files
Database: no new tables, 13 new options
New WordPress options |
---|
stm_csv_encoding |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
theysaidso_admin_options |
stm_csv_filename |
stm_csv_columns |
stm_unserialize |
stm_capability |
... |
Browser metrics Passed 4 tests
Simple Table Manager: an overview of browser usage
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,814 ▲79 | 13.19 ▼1.19 | 4.23 ▲2.11 | 38.87 ▼10.35 |
Dashboard /wp-admin | 2,220 ▲35 | 4.86 ▼0.02 | 108.26 ▲4.04 | 38.72 ▼2.37 |
Posts /wp-admin/edit.php | 2,106 ▲14 | 2.00 ▼0.02 | 40.79 ▲0.61 | 35.69 ▲0.38 |
Add New Post /wp-admin/post-new.php | 1,549 ▲16 | 18.20 ▼5.07 | 617.42 ▼52.06 | 58.83 ▼10.20 |
Media Library /wp-admin/upload.php | 1,405 ▲20 | 4.23 ▲0.00 | 98.07 ▼2.53 | 43.70 ▼2.45 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 13 options
- stm_table
- widget_recent-posts
- theysaidso_admin_options
- stm_unserialize
- stm_csv_filename
- widget_recent-comments
- stm_csv_columns
- can_compress_scripts
- stm_csv_encoding
- stm_capability
- ...
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 | 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 fix the following items
- 9× PHP files output text when accessed directly:
- > /wp-content/plugins/simple-table-manager/includes/functions.php
- > /wp-content/plugins/simple-table-manager/includes/add.php
- > /wp-content/plugins/simple-table-manager/includes/main.php
- > /wp-content/plugins/simple-table-manager/includes/list.php
- > /wp-content/plugins/simple-table-manager/includes/edit.php
- > /wp-content/plugins/simple-table-manager/includes/export-csv.php
- > /wp-content/plugins/simple-table-manager/includes/tables.php
- > /wp-content/plugins/simple-table-manager/simple-table-manager.php
- > /wp-content/plugins/simple-table-manager/includes/columns.php
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)
There were no browser issues found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
These attributes need to be fixed:
- Screenshots: Add descriptions for screenshots #5, #6 in simple-table-manager/assets to your readme.txt
simple-table-manager/simple-table-manager.php Passed 13 tests
Analyzing the main PHP file in "Simple Table Manager" version 1.5.6
119 characters long description:
Enables editing table records and exporting them to CSV files through a minimal database interface from your dashboard.
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 detected1,272 lines of code in 12 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 10 | 121 | 95 | 1,104 |
PO File | 1 | 41 | 42 | 110 |
CSS | 1 | 9 | 5 | 58 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.26 |
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 | 27 | |
▷ Named functions | 27 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 4 | |
▷ Global constants | 4 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
No PNG images were found in this plugin