Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.14MB] [CPU: ▼0.04ms] Passed 4 tests
Analyzing server-side resources used by Renoon Tracking for Woocommerce
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.60 ▲0.14 | 43.11 ▲1.89 |
Dashboard /wp-admin | 3.44 ▲0.14 | 45.81 ▼2.28 |
Posts /wp-admin/edit.php | 3.55 ▲0.20 | 44.27 ▼2.30 |
Add New Post /wp-admin/post-new.php | 6.02 ▲0.14 | 88.42 ▲2.55 |
Media Library /wp-admin/upload.php | 3.37 ▲0.14 | 36.64 ▲2.89 |
Renoon Tracking /wp-admin/tools.php?page=renoon-tracking-pro | 3.33 | 30.21 |
Server storage [IO: ▲0.11MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 27 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
can_compress_scripts |
widget_recent-comments |
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
Renoon Tracking for Woocommerce: an overview of browser usage
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.25 ▼1.11 | 1.68 ▼0.13 | 43.30 ▼3.50 |
Dashboard /wp-admin | 2,213 ▲25 | 4.86 ▼0.04 | 99.73 ▼16.20 | 37.94 ▼6.49 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 1.99 ▼0.06 | 35.39 ▼4.09 | 29.05 ▼5.52 |
Add New Post /wp-admin/post-new.php | 1,536 ▲22 | 23.36 ▼0.15 | 684.74 ▼0.19 | 66.17 ▲1.41 |
Media Library /wp-admin/upload.php | 1,392 ▲4 | 4.21 ▼0.00 | 94.27 ▼15.78 | 42.19 ▼1.79 |
Renoon Tracking /wp-admin/tools.php?page=renoon-tracking-pro | 820 | 2.01 | 24.61 | 26.05 |
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
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-posts
- db_upgraded
- widget_theysaidso_widget
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-comments
Smoke tests 25% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Everything seems fine, however this is by no means an exhaustive test
SRP 0% 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
Almost there! Just fix the following items
- 2× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/renoon-tracking-for-woocommerce/public/partials/renoon-tracking-pro-public-display.php
- > /wp-content/plugins/renoon-tracking-for-woocommerce/admin/partials/renoon-tracking-pro-admin-display.php
- 3× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_attr() in wp-content/plugins/renoon-tracking-for-woocommerce/admin/partials/renoon-tracking-pro-admin-field-text.php:22
- > PHP Fatal error
Uncaught Error: Call to undefined function plugins_url() in wp-content/plugins/renoon-tracking-for-woocommerce/admin/partials/renoon-tracking-pro-admin-page-settings.php:14
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html__() in wp-content/plugins/renoon-tracking-for-woocommerce/admin/partials/renoon-tracking-pro-admin-section-messages.php:18
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Please fix the following browser errors
- > GET request to /wp-admin/tools.php?page=renoon-tracking-pro
- > Network (severe)
wp-content/plugins/renoon-tracking-pro/assets/renoon-logo.png - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 86% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
2 plugin tags: renoon tracking, renoon
renoon-tracking-for-woocommerce/renoon-tracking-pro.php 69% from 13 tests
The entry point to "Renoon Tracking for Woocommerce" version 1.1.4 is a PHP file that has certain tags in its header comment area
Please take the time to fix the following:
- Main file name: The principal plugin file should be the same as the plugin slug ("renoon-tracking-for-woocommerce.php" instead of "renoon-tracking-pro.php")
- Description: Please keep the plugin description shorter than 140 characters (currently 154 characters long)
- Text Domain: The text domain name should consist of only dashes and lowercase characters
- Requires at least: Required version must match the one declared in readme.txt ("3.1" instead of "3.0")
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
Good job! No executable or dangerous file extensions detected664 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 16 | 355 | 706 | 664 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.25 |
Average class complexity | 10.75 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 36.00 |
Average method complexity | 2.42 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 22.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 8 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 8 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 55 | |
▷ Static methods | 3 | 5.45% |
▷ Public methods | 34 | 61.82% |
▷ Protected methods | 1 | 1.82% |
▷ Private methods | 20 | 36.36% |
Functions | 4 | |
▷ Named functions | 4 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
1 PNG file occupies 0.04MB with 0.03MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/renoon-logo.png | 42.42KB | 10.04KB | ▼ 76.33% |