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.03MB] [CPU: ▼6.07ms] Passed 4 tests
Server-side resources used by Easy Pixels eCommerce extension
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.03 | 42.16 ▲1.22 |
Dashboard /wp-admin | 3.34 ▲0.04 | 51.14 ▼2.93 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 47.58 ▼2.02 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 87.06 ▼20.54 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 39.62 ▲4.44 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 22 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
A check of browser resources used by Easy Pixels eCommerce extension
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲54 | 14.28 ▼0.07 | 1.92 ▲0.30 | 44.15 ▼2.10 |
Dashboard /wp-admin | 2,203 ▲26 | 5.51 ▼0.14 | 90.02 ▼2.09 | 39.73 ▼7.34 |
Posts /wp-admin/edit.php | 2,109 ▲9 | 1.99 ▼0.04 | 34.82 ▼1.18 | 35.96 ▲0.14 |
Add New Post /wp-admin/post-new.php | 1,537 ▲11 | 23.71 ▲0.65 | 682.03 ▼2.15 | 54.93 ▼11.76 |
Media Library /wp-admin/upload.php | 1,414 ▲17 | 4.22 ▲0.01 | 109.53 ▲5.37 | 46.22 ▼0.10 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- This plugin does not fully uninstall, leaving 6 options in the database
- db_upgraded
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 0% from 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
Please take a closer look at the following
- 1× PHP files output text when accessed directly:
- > /wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/easyPixelsWC.php
- 22× GET requests to PHP files have triggered server-side errors or warnings (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/admin/easyPixelsWCAdmin.php:35
- > PHP Warning
Creating default object from empty value in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/classes/easy-gads.php on line 5
- > PHP Warning
Creating default object from empty value in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/classes/easy-facebook.php on line 5
- > PHP Warning
Creating default object from empty value in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/classes/easy-facebook.php on line 5
- > PHP Warning
Creating default object from empty value in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/classes/easy-gads.php on line 5
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/admin/page-easyPixelsWCAdmin.php:2
- > PHP Fatal error
Uncaught Error: Class 'jn_Facebook' not found in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/classes/easy-facebook.php:103
- > PHP Warning
Creating default object from empty value in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/classes/easy-bing.php on line 3
- > PHP Warning
Creating default object from empty value in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/classes/easy-analytics.php on line 3
- > PHP Warning
Creating default object from empty value in wp-content/plugins/easy-pixels-ecommerce-extension-by-jevnet/classes/easy-gtm.php on line 2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Attributes that require attention:
- Screenshots: Please add an image for screenshot #2 (Google Ads Section)
- Tags: Too many tags (13 tag instead of maximum 10); only the first 5 tags are used in your directory listing
easy-pixels-ecommerce-extension-by-jevnet/easyPixelsWC.php 92% from 13 tests
The main PHP file in "Easy Pixels eCommerce extension" ver. 2.12 adds more information about the plugin and also serves as the entry point for this plugin
It is important to fix the following:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("easy-pixels-ecommerce-extension-by-jevnet.php" instead of "easyPixelsWC.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Everything looks great! No dangerous files found in this plugin947 lines of code in 14 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 12 | 135 | 62 | 743 |
PO File | 2 | 48 | 69 | 204 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.52 |
Average class complexity | 2.20 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 4.00 |
Average method complexity | 1.86 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 4.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 7 | |
▷ Static methods | 1 | 14.29% |
▷ Public methods | 7 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 51 | |
▷ Named functions | 13 | 25.49% |
▷ Anonymous functions | 38 | 74.51% |
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
Using a strong compression for your PNG files is a great way to speed-up your plugin
No PNG images were found in this plugin