Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
This plugin's installer ran successfully
Server metrics [RAM: ▲0.14MB] [CPU: ▼9.98ms] Passed 4 tests
Analyzing server-side resources used by ImageMagick Engine
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.59 ▲0.13 | 41.20 ▲1.10 |
Dashboard /wp-admin | 3.46 ▲0.12 | 52.72 ▼13.15 |
Posts /wp-admin/edit.php | 3.58 ▲0.22 | 49.03 ▲2.25 |
Add New Post /wp-admin/post-new.php | 6.04 ▲0.16 | 84.59 ▼30.13 |
Media Library /wp-admin/upload.php | 3.39 ▲0.16 | 36.93 ▲3.06 |
ImageMagick Engine /wp-admin/options-general.php?page=imagemagick-engine | 3.36 | 50.42 |
Server storage [IO: ▲0.10MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 15 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for ImageMagick Engine
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲33 | 13.60 ▼0.78 | 1.95 ▼0.24 | 43.76 ▼0.19 |
Dashboard /wp-admin | 2,210 ▲22 | 4.88 ▼0.15 | 105.04 ▲0.34 | 43.22 ▲3.63 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.01 ▲0.00 | 34.57 ▼10.95 | 35.53 ▼1.75 |
Add New Post /wp-admin/post-new.php | 1,536 ▼0 | 23.13 ▼0.03 | 696.81 ▲27.25 | 67.66 ▲1.96 |
Media Library /wp-admin/upload.php | 1,397 ▲9 | 4.21 ▼0.03 | 108.43 ▼0.77 | 49.16 ▲5.70 |
ImageMagick Engine /wp-admin/options-general.php?page=imagemagick-engine | 1,218 | 2.01 | 42.92 | 37.50 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% 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
- Zombie WordPress options detected upon uninstall: 6 options
- widget_theysaidso_widget
- db_upgraded
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Everything seems fine, however this is by no means an exhaustive test
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
Almost there! Just fix the following items
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/imagemagick-engine/imagemagick-engine.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Attributes that require attention:
- Screenshots: Screenshot #1 (Administration interface) image not found
imagemagick-engine/imagemagick-engine.php Passed 13 tests
The entry point to "ImageMagick Engine" version 1.7.7 is a PHP file that has certain tags in its header comment area
88 characters long description:
Improve the quality of re-sized images by replacing standard GD library with ImageMagick
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
There were no executable files found in this plugin1,554 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 200 | 169 | 877 |
PO File | 4 | 198 | 232 | 474 |
JavaScript | 1 | 25 | 6 | 126 |
CSS | 1 | 19 | 0 | 77 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.48 |
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 | 42 | |
▷ Named functions | 42 | 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
There are no PNG files in this plugin