Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▼1.00MB] [CPU: ▼47.30ms] Passed 4 tests
This is a short check of server-side resources used by Excel tables
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.99 ▼0.48 | 19.91 ▼22.33 |
Dashboard /wp-admin | 3.02 ▼0.32 | 18.26 ▼45.48 |
Posts /wp-admin/edit.php | 3.02 ▼0.33 | 16.46 ▼33.70 |
Add New Post /wp-admin/post-new.php | 3.02 ▼2.86 | 17.88 ▼87.68 |
Media Library /wp-admin/upload.php | 3.02 ▼0.20 | 15.85 ▼18.72 |
All tables /wp-admin/edit.php?post_type=extable | 3.03 | 16.80 |
Add table /wp-admin/post-new.php?post_type=extable | 3.03 | 17.94 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
widget_recent-comments |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for Excel tables
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,982 ▲236 | 14.88 ▲0.51 | 1.95 ▲0.19 | 41.68 ▼2.40 |
Dashboard /wp-admin | 2,384 ▲199 | 6.42 ▲1.49 | 124.07 ▲7.57 | 40.11 ▼6.76 |
Posts /wp-admin/edit.php | 2,290 ▲201 | 3.44 ▲1.34 | 44.92 ▲8.12 | 28.69 ▼4.97 |
Add New Post /wp-admin/post-new.php | 1,557 ▲38 | 23.47 ▲0.09 | 659.52 ▲43.23 | 38.71 ▼21.55 |
Media Library /wp-admin/upload.php | 1,423 ▲32 | 4.14 ▼0.08 | 80.69 ▼20.79 | 42.05 ▼2.66 |
All tables /wp-admin/edit.php?post_type=extable | 1,274 | 3.37 | 44.46 | 29.64 |
Add table /wp-admin/post-new.php?post_type=extable | 1,677 | 3.53 | 63.83 | 37.09 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% 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
- Uninstall procedure validation failed for this plugin
- > Deprecated in wp-content/plugins/interactive-excel-tables/inc/simplexlsx.class.php+696
Array and string offset access syntax with curly braces is deprecated
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-posts
- theysaidso_admin_options
- widget_theysaidso_widget
- db_upgraded
- can_compress_scripts
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
These server-side errors were triggered
- 3 occurences, only the last one shown
- > GET request to /wp-admin/post-new.php?post_type=extable
- > Deprecated in wp-content/plugins/interactive-excel-tables/inc/simplexlsx.class.php+696
Array and string offset access syntax with curly braces is deprecated
- > GET request to /wp-admin/post-new.php?post_type=extable
- > Notice in wp-content/plugins/interactive-excel-tables/excel-tables.php+131
Undefined variable: html
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
The following issues need your attention
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/interactive-excel-tables/excel-tables.php:12
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser errors were detected
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Please fix the following attributes:
- Screenshots: No descriptions were found for these screenshots #1, #2, #3 in interactive-excel-tables/assets to your readme.txt
interactive-excel-tables/excel-tables.php 92% from 13 tests
"Excel tables" version 1.2's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
Please take the time to fix the following:
- Main file name: Even though not officially enforced, the main plugin file should be the same as the plugin slug ("interactive-excel-tables.php" instead of "excel-tables.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Success! There were no dangerous files found in this plugin877 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 203 | 255 | 762 |
CSS | 2 | 15 | 1 | 64 |
JavaScript | 1 | 11 | 0 | 51 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.39 |
Average class complexity | 105.00 |
▷ Minimum class complexity | 105.00 |
▷ Maximum class complexity | 105.00 |
Average method complexity | 5.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 24.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 | 26 | |
▷ Static methods | 2 | 7.69% |
▷ Public methods | 22 | 84.62% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 4 | 15.38% |
Functions | 12 | |
▷ Named functions | 12 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 6 | |
▷ Global constants | 2 | 33.33% |
▷ Class constants | 4 | 66.67% |
▷ Public constants | 4 | 100.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 files were detected