Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Install script ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼10.54ms] Passed 4 tests
Server-side resources used by Duplicate Content Cure
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 38.70 ▼2.12 |
Dashboard /wp-admin | 3.31 ▲0.01 | 47.51 ▼7.21 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 53.41 ▼0.38 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 82.04 ▼27.53 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 33.98 ▼5.31 |
Duplicate Content Cure /wp-admin/options-general.php?page=duplicate-content-cure/duplicate-content-cure.php | 3.18 | 35.59 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 3 new files
Database: no new tables, 7 new options
New WordPress options |
---|
db_upgraded |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-comments |
widget_theysaidso_widget |
dupContCure_noindex_options |
Browser metrics Passed 4 tests
An overview of browser requirements for Duplicate Content Cure
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.34 ▼0.21 | 1.51 ▼0.21 | 43.10 ▲4.91 |
Dashboard /wp-admin | 2,202 ▲25 | 5.62 ▲0.00 | 95.14 ▲9.11 | 40.35 ▲2.69 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.03 ▲0.04 | 38.97 ▼0.72 | 35.49 ▼1.76 |
Add New Post /wp-admin/post-new.php | 1,531 ▲3 | 22.95 ▼0.26 | 650.67 ▼71.74 | 49.25 ▼12.19 |
Media Library /wp-admin/upload.php | 1,404 ▲1 | 4.18 ▲0.03 | 97.96 ▼17.36 | 42.49 ▼4.55 |
Duplicate Content Cure /wp-admin/options-general.php?page=duplicate-content-cure/duplicate-content-cure.php | 838 | 2.03 | 27.51 | 33.90 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-comments
- db_upgraded
- widget_theysaidso_widget
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though no errors were found, this is by no means an exhaustive test
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
Almost there! Just fix the following items
- 2× PHP files output text when accessed directly:
- > /wp-content/plugins/duplicate-content-cure/duplicate-content-cure.php
- > /wp-content/plugins/duplicate-content-cure/uninstall.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
7 plugin tags: category, noindex, categories, seo, archives...
duplicate-content-cure/duplicate-content-cure.php 92% from 13 tests
This is the main PHP file of "Duplicate Content Cure" version 1.0, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
Please make the necessary changes and fix the following:
- Description: The description should be shorter than 140 characters (currently 190 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
Success! There were no dangerous files found in this plugin117 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 84 | 27 | 117 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.75 |
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 | 3 | |
▷ Named functions | 3 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
No PNG files were detected