Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.17MB] [CPU: ▼3.69ms] Passed 4 tests
An overview of server-side resources used by Interactive Table
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.64 ▲0.18 | 43.86 ▼1.01 |
Dashboard /wp-admin | 3.46 ▲0.16 | 55.53 ▲2.61 |
Posts /wp-admin/edit.php | 3.57 ▲0.22 | 51.76 ▼1.39 |
Add New Post /wp-admin/post-new.php | 6.06 ▲0.18 | 89.31 ▼13.16 |
Media Library /wp-admin/upload.php | 3.38 ▲0.16 | 36.68 ▲0.79 |
Category /wp-admin/edit.php?post_type=interactive_table&page=it-cell-cetegory | 3.40 | 36.48 |
INAV Table /wp-admin/edit.php?post_type=interactive_table | 3.43 | 37.17 |
Settings /wp-admin/edit.php?post_type=interactive_table&page=it-settings | 3.45 | 34.91 |
Add New /wp-admin/post-new.php?post_type=interactive_table | 3.53 | 54.89 |
Server storage [IO: ▲0.12MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 24 new files
Database: no new tables, 23 new options
New WordPress options |
---|
it_cell_hover_title_color |
it_display_mode |
it_cell_hover |
it_cell_title_color |
cell_highlight_color |
it_read_more |
it_read_more_font_color |
can_compress_scripts |
readmore_label |
it_block_heading_position |
... |
Browser metrics Passed 4 tests
An overview of browser requirements for Interactive Table
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,949 ▲203 | 13.73 ▼0.85 | 5.65 ▲3.86 | 44.89 ▲0.38 |
Dashboard /wp-admin | 2,246 ▲58 | 5.03 ▼0.87 | 115.30 ▲3.91 | 94.60 ▲50.18 |
Posts /wp-admin/edit.php | 2,149 ▲60 | 2.29 ▲0.28 | 41.43 ▲5.76 | 37.33 ▲2.89 |
Add New Post /wp-admin/post-new.php | 1,559 ▲167 | 21.15 ▲2.41 | 743.02 ▲64.98 | 38.35 ▼9.42 |
Media Library /wp-admin/upload.php | 1,446 ▲64 | 4.44 ▲0.26 | 123.89 ▲23.51 | 51.46 ▲7.14 |
Category /wp-admin/edit.php?post_type=interactive_table&page=it-cell-cetegory | 938 | 1.96 | 29.68 | 36.36 |
INAV Table /wp-admin/edit.php?post_type=interactive_table | 1,121 | 2.24 | 33.50 | 32.57 |
Settings /wp-admin/edit.php?post_type=interactive_table&page=it-settings | 1,905 | 3.03 | 70.92 | 35.74 |
Add New /wp-admin/post-new.php?post_type=interactive_table | 2,710 | 9.14 | 201.31 | 136.93 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- The uninstall procedure has failed, leaving 23 options in the database
- it_cell_hover
- it_single_cell_slug_url
- can_compress_scripts
- it_title_hover
- readmore_label
- db_upgraded
- it_highlight_mode
- fixed_highlight
- widget_recent-comments
- it_cell_font_color
- ...
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
The following issues need your attention
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_header() in wp-content/plugins/interactive-table/templates/single-interactive_table.php:7
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
7 plugin tags: color grid, responsive, interactive table, color content, dynamic hover grid view...
interactive-table/interactive-table.php Passed 13 tests
The primary PHP file in "Interactive Table" version 2.0.0 is used by WordPress to initiate all plugin functionality
95 characters long description:
A dynamic way to display clean & responsive interactive table for your contents in a nice view.
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
Good job! No executable or dangerous file extensions detected2,180 lines of code in 20 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 13 | 130 | 87 | 1,140 |
XML | 1 | 7 | 16 | 393 |
JavaScript | 2 | 44 | 18 | 266 |
PO File | 1 | 84 | 89 | 195 |
CSS | 3 | 50 | 7 | 186 |
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.31 |
Average class complexity | 8.00 |
▷ Minimum class complexity | 8.00 |
▷ Maximum class complexity | 8.00 |
Average method complexity | 1.58 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 6.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 | 12 | |
▷ Static methods | 2 | 16.67% |
▷ Public methods | 12 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 18 | |
▷ Named functions | 18 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.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
1 compressed PNG file occupies 0.00MB
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
img/it-nav.png | 0.42KB | 0.47KB | 0.00% |