Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.07MB] [CPU: ▲0.12ms] Passed 4 tests
A check of server-side resources used by DynaMo
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 40.87 ▼2.50 |
Dashboard /wp-admin | 3.37 ▲0.07 | 50.45 ▼1.48 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 52.19 ▲2.29 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.07 | 103.37 ▲13.03 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 37.09 ▲2.15 |
Server storage [IO: ▲0.08MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 24 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_recent-posts |
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
DynaMo: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,815 ▲54 | 13.31 ▼0.91 | 1.83 ▼0.18 | 41.05 ▼4.28 |
Dashboard /wp-admin | 2,224 ▲18 | 4.86 ▼0.02 | 97.40 ▼18.98 | 38.69 ▼4.30 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 2.00 ▼0.14 | 40.56 ▲5.12 | 35.63 ▼0.93 |
Add New Post /wp-admin/post-new.php | 1,546 ▲1 | 23.21 ▲0.04 | 614.19 ▼82.79 | 63.71 ▲10.17 |
Media Library /wp-admin/upload.php | 1,400 ▲3 | 4.23 ▲0.08 | 98.95 ▼14.27 | 47.74 ▲0.90 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-comments
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-posts
- can_compress_scripts
- 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
The smoke test was a success, however most plugin functionality was not tested
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 fix the following items
- 7× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function WP_Syntex\\DynaMo\\add_filter() in wp-content/plugins/dynamo/src/Plugin.php:24
- > PHP Fatal error
Uncaught Error: Class 'WP_Syntex\\DynaMo\\MO_Reader' not found in wp-content/plugins/dynamo/src/Dynamic/MO_Reader.php:15
- > PHP Fatal error
Uncaught Error: Class 'WP_Syntex\\DynaMo\\MO_Reader' not found in wp-content/plugins/dynamo/src/Full/MO_Reader.php:15
- > PHP Fatal error
Uncaught Error: Class 'WP_Syntex\\DynaMo\\MO' not found in wp-content/plugins/dynamo/src/Full/MO.php:15
- > PHP Fatal error
Uncaught Error: Interface 'WP_Syntex\\DynaMo\\Dynamic\\Search_Handler' not found in wp-content/plugins/dynamo/src/Dynamic/Hash_Search.php:17
- > PHP Fatal error
Uncaught Error: Class 'WP_Syntex\\DynaMo\\MO' not found in wp-content/plugins/dynamo/src/Dynamic/MO.php:15
- > PHP Fatal error
Uncaught Error: Interface 'WP_Syntex\\DynaMo\\Dynamic\\Search_Handler' not found in wp-content/plugins/dynamo/src/Dynamic/Binary_Search.php:16
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
5 plugin tags: speed, translation, language, performance, cache
dynamo/dynamo.php 92% from 13 tests
"DynaMo" version 1.2's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
The following require your attention:
- Domain Path: The domain path is invalid: folder "/languages" does not exist
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Good job! No executable or dangerous file extensions detected1,428 lines of code in 22 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 21 | 280 | 873 | 1,427 |
JSON | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.47 |
Average class complexity | 13.79 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 44.00 |
Average method complexity | 3.89 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 18.00 |
Code structure | ||
---|---|---|
Namespaces | 5 | |
Interfaces | 1 | |
Traits | 0 | |
Classes | 13 | |
▷ Abstract classes | 2 | 15.38% |
▷ Concrete classes | 11 | 84.62% |
▷ Final classes | 0 | 0.00% |
Methods | 69 | |
▷ Static methods | 22 | 31.88% |
▷ Public methods | 62 | 89.86% |
▷ Protected methods | 5 | 7.25% |
▷ Private methods | 2 | 2.90% |
Functions | 2 | |
▷ Named functions | 1 | 50.00% |
▷ Anonymous functions | 1 | 50.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
PNG files should be compressed to save space and minimize bandwidth usage
There are no PNG files in this plugin