Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.11MB] [CPU: ▲2.50ms] Passed 4 tests
Analyzing server-side resources used by mi13-glossary
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.58 ▲0.11 | 41.83 ▲3.57 |
Dashboard /wp-admin | 3.42 ▲0.11 | 47.75 ▲1.05 |
Posts /wp-admin/edit.php | 3.53 ▲0.17 | 49.46 ▲2.11 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.11 | 94.63 ▲3.27 |
Media Library /wp-admin/upload.php | 3.34 ▲0.11 | 37.74 ▲3.63 |
mi13-glossary /wp-admin/options-general.php?page=mi13_glossary | 3.31 | 31.41 |
mi13 glossary /wp-admin/edit.php?post_type=mi13_glossary | 3.39 | 35.85 |
Add New /wp-admin/post-new.php?post_type=mi13_glossary | 3.46 | 48.24 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 5 new files
Database: no new tables, 7 new options
New WordPress options |
---|
mi13_glossary |
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for mi13-glossary
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,859 ▲113 | 13.65 ▼0.74 | 1.86 ▲0.14 | 42.50 ▲5.71 |
Dashboard /wp-admin | 2,240 ▲49 | 4.87 ▼0.05 | 103.12 ▼9.84 | 41.98 ▼2.14 |
Posts /wp-admin/edit.php | 2,120 ▲31 | 2.06 ▲0.08 | 39.92 ▼2.06 | 40.23 ▲4.20 |
Add New Post /wp-admin/post-new.php | 1,545 ▲12 | 23.09 ▲0.00 | 578.51 ▼155.04 | 54.32 ▲1.62 |
Media Library /wp-admin/upload.php | 1,422 ▲34 | 4.23 ▲0.10 | 100.72 ▼1.61 | 43.69 ▼1.13 |
mi13-glossary /wp-admin/options-general.php?page=mi13_glossary | 886 | 2.05 | 24.96 | 28.28 |
mi13 glossary /wp-admin/edit.php?post_type=mi13_glossary | 1,092 | 2.00 | 34.32 | 32.20 |
Add New /wp-admin/post-new.php?post_type=mi13_glossary | 2,208 | 7.77 | 183.81 | 64.20 |
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
It is recommended to fix the following
- Uninstall procedure validation failed for this plugin
- > Warning in wp-content/plugins/mi13-glossary/mi13-glossary.php+46
Use of undefined constant WP_UNINSTALL_PLUGIN - assumed 'WP_UNINSTALL_PLUGIN' (this will throw an Error in a future version of PHP)
- Zombie WordPress options were found after uninstall: 7 options
- mi13_glossary
- widget_recent-comments
- theysaidso_admin_options
- widget_recent-posts
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP Passed 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
The SRP test was a success
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
There were no browser issues found
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
2 plugin tags: modal keys, glossary
mi13-glossary/mi13-glossary.php Passed 13 tests
The primary PHP file in "mi13-glossary" version 2.8 is used by WordPress to initiate all plugin functionality
35 characters long description:
Glossary plugin for your site (ru).
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
Success! There were no dangerous files found in this plugin681 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 28 | 19 | 591 |
CSS | 1 | 0 | 0 | 50 |
JavaScript | 2 | 3 | 3 | 40 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
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 | 21 | |
▷ Named functions | 18 | 85.71% |
▷ Anonymous functions | 3 | 14.29% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.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