Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.44MB] [CPU: ▼1.08ms] Passed 4 tests
An overview of server-side resources used by WRC Pricing Tables - WordPress Responsive CSS3 Pricing Tables
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.05 | 48.96 ▲7.68 |
Dashboard /wp-admin | 3.87 ▲0.57 | 52.34 ▲0.18 |
Posts /wp-admin/edit.php | 3.98 ▲0.63 | 49.26 ▲1.48 |
Add New Post /wp-admin/post-new.php | 6.47 ▲0.59 | 84.45 ▼13.66 |
Media Library /wp-admin/upload.php | 3.80 ▲0.57 | 42.26 ▲9.13 |
All Pricing Tables /wp-admin/admin.php?page=wrcpt-menu | 3.86 | 38.99 |
Help /wp-admin/admin.php?page=wrcpt-help | 3.81 | 34.05 |
Templates /wp-admin/admin.php?page=wrcpt-template | 3.76 | 40.65 |
Server storage [IO: ▲1.18MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 55 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
wrcpt_activation_time |
Browser metrics Passed 4 tests
A check of browser resources used by WRC Pricing Tables - WordPress Responsive CSS3 Pricing Tables
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,882 ▲120 | 13.58 ▼0.76 | 5.00 ▲3.21 | 41.99 ▼0.86 |
Dashboard /wp-admin | 2,252 ▲75 | 5.77 ▲0.13 | 97.47 ▲4.48 | 92.09 ▲50.41 |
Posts /wp-admin/edit.php | 2,170 ▲67 | 2.34 ▲0.39 | 38.09 ▼2.51 | 35.86 ▼2.38 |
Add New Post /wp-admin/post-new.php | 1,576 ▲42 | 23.18 ▼1.95 | 754.95 ▲157.95 | 37.73 ▼39.13 |
Media Library /wp-admin/upload.php | 1,457 ▲63 | 4.39 ▲0.20 | 115.41 ▲18.98 | 78.45 ▲35.12 |
All Pricing Tables /wp-admin/admin.php?page=wrcpt-menu | 950 | 2.05 | 30.01 | 51.04 |
Help /wp-admin/admin.php?page=wrcpt-help | 1,790 | 9.02 | 273.00 | 116.91 |
Templates /wp-admin/admin.php?page=wrcpt-template | 1,131 | 2.03 | 33.94 | 45.82 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
The following items require your attention
- This plugin does not fully uninstall, leaving 7 options in the database
- widget_theysaidso_widget
- can_compress_scripts
- theysaidso_admin_options
- wrcpt_activation_time
- widget_recent-posts
- widget_recent-comments
- db_upgraded
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Good news, no errors were detected
SRP Passed 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
Congratulations! This plugin passed the SRP test
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)
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
These attributes need your attention:
- Screenshots: Please add images for these screenshots: #1 (Pricing Table: Highlighted column with black background.), #2 (Pricing Table: Prominent column with blue background.), #3 (Pricing Table: Distinctive column with orange background.), #4 (Pricing Table: Expanded special column.), #5 (Pricing Table: Standout blue column, retaining feature section.), #6 (Pricing Comparison Table Example), #7 (List of Pricing Tables), #8 (Pricing Table column details & column colors), #9 (Pricing Table 4 types of settings), #10 (Pricing Table 15 ready-made templates.)
wrc-pricing-tables/wrc-pricing-tables.php Passed 13 tests
The entry point to "WRC Pricing Tables - WordPress Responsive CSS3 Pricing Tables" version 2.4.1 is a PHP file that has certain tags in its header comment area
139 characters long description:
Responsive pricing table plugin developed to display pricing table in a lot more professional way on different posts or pages by SHORTCODE.
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
Success! There were no dangerous files found in this plugin4,633 lines of code in 21 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 12 | 112 | 199 | 2,074 |
PO File | 2 | 471 | 486 | 1,273 |
CSS | 5 | 3 | 63 | 803 |
JavaScript | 2 | 17 | 37 | 483 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.31 |
Average class complexity | 4.00 |
▷ Minimum class complexity | 4.00 |
▷ Maximum class complexity | 4.00 |
Average method complexity | 1.60 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 2.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 5 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 5 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 30 | |
▷ Named functions | 30 | 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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
28 compressed PNG files occupy 0.65MB
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/template-13.png | 8.75KB | 8.75KB | 0.00% |
images/template-6.png | 9.45KB | 9.45KB | 0.00% |
screenshot-6.png | 25.04KB | 25.01KB | 0.14% |
screenshot-3.png | 21.35KB | 21.35KB | 0.00% |
screenshot-8.png | 32.55KB | 32.55KB | 0.00% |