Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.08MB] [CPU: ▼3.63ms] Passed 4 tests
A check of server-side resources used by Live Copy Paste Elementor Addon - Cross Domain Copy Paste, Copy Local to Cloud, Copy Paste Elementor Section
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 43.70 ▲3.56 |
Dashboard /wp-admin | 3.38 ▲0.08 | 51.67 ▼6.02 |
Posts /wp-admin/edit.php | 3.50 ▲0.14 | 50.04 ▲2.03 |
Add New Post /wp-admin/post-new.php | 5.96 ▲0.08 | 88.51 ▼14.07 |
Media Library /wp-admin/upload.php | 3.31 ▲0.08 | 40.59 ▲7.27 |
Server storage [IO: ▲0.07MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 14 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
can_compress_scripts |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for Live Copy Paste Elementor Addon - Cross Domain Copy Paste, Copy Local to Cloud, Copy Paste Elementor Section
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,818 ▲83 | 13.67 ▼0.63 | 4.70 ▲2.97 | 43.41 ▼8.64 |
Dashboard /wp-admin | 2,221 ▲33 | 4.81 ▼0.06 | 111.64 ▼2.61 | 38.61 ▼3.78 |
Posts /wp-admin/edit.php | 2,113 ▲24 | 2.02 ▼0.03 | 36.85 ▼5.40 | 32.18 ▼3.54 |
Add New Post /wp-admin/post-new.php | 1,527 ▲13 | 17.63 ▲0.19 | 597.70 ▼95.85 | 50.97 ▼3.72 |
Media Library /wp-admin/upload.php | 1,406 ▲18 | 4.26 ▲0.10 | 94.70 ▼14.48 | 42.47 ▼3.13 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
The following items require your attention
- This plugin does not fully uninstall, leaving 6 options in the database
- can_compress_scripts
- widget_recent-posts
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following items
- 3× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/live-copy-paste/classes/class-live-copy-paste-magic-btn.php:9
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/live-copy-paste/classes/class-live-copy-paste-loader.php:19
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/live-copy-paste/classes/class-live-copy-paste-btn.php:11
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
7 plugin tags: magic copy, duplicator, live paste, elementor addons, copy paste...
live-copy-paste/live-copy-paste.php 85% from 13 tests
The entry point to "Live Copy Paste Elementor Addon - Cross Domain Copy Paste, Copy Local to Cloud, Copy Paste Elementor Section" version 1.2.0 is a PHP file that has certain tags in its header comment area
You should first fix the following items:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 173 characters long)
- Requires at least: The required version number did not match the one declared in readme.txt ("5.0.0" instead of "3.0.0")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
There were no executable files found in this plugin1,321 lines of code in 11 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 7 | 160 | 68 | 625 |
JavaScript | 3 | 39 | 31 | 525 |
CSS | 1 | 31 | 7 | 171 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.37 |
Average class complexity | 13.67 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 26.00 |
Average method complexity | 2.97 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 17.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 6 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 6 | 100.00% |
▷ Final classes | 1 | 16.67% |
Methods | 41 | |
▷ Static methods | 2 | 4.88% |
▷ Public methods | 33 | 80.49% |
▷ Protected methods | 5 | 12.20% |
▷ Private methods | 3 | 7.32% |
Functions | 4 | |
▷ Named functions | 1 | 25.00% |
▷ Anonymous functions | 3 | 75.00% |
Constants | 8 | |
▷ Global constants | 5 | 62.50% |
▷ Class constants | 3 | 37.50% |
▷ Public constants | 3 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There were not PNG files found in your plugin