Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
It is recommended to fix the following installer errors
- Install procedure validation failed for this plugin
- > Warning in wp-content/plugins/renee-work-in-progress/renee-work-in-progress.php+69
copy(wp-content/languages/plugins/renee-work-in-progress-pl_PL.mo): failed to open stream: No such file or directory
Server metrics [RAM: ▲0.21MB] [CPU: ▲5.65ms] Passed 4 tests
This is a short check of server-side resources used by 3D Work In Progress
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.85 ▲0.39 | 46.07 ▲6.55 |
Dashboard /wp-admin | 3.46 ▲0.16 | 53.44 ▲4.58 |
Posts /wp-admin/edit.php | 3.60 ▲0.24 | 53.49 ▲6.02 |
Add New Post /wp-admin/post-new.php | 6.01 ▲0.12 | 93.50 ▲5.43 |
Media Library /wp-admin/upload.php | 3.53 ▲0.30 | 42.56 ▲8.13 |
3D WIP Settings /wp-admin/options-general.php?page=wip_options | 4.31 | 42.34 |
Server storage [IO: ▲0.56MB] [DB: ▲0.01MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 42 new files
Database: 1 new table, 6 new options
New tables |
---|
wp_renee_wip_settings |
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-posts |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
db_upgraded |
Browser metrics Passed 4 tests
Checking browser requirements for 3D Work In Progress
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,977 ▲242 | 21.12 ▲6.54 | 7.83 ▲6.00 | 42.15 ▼6.01 |
Dashboard /wp-admin | 2,312 ▲123 | 11.00 ▲6.13 | 283.69 ▲173.28 | 44.29 ▲5.40 |
Posts /wp-admin/edit.php | 2,230 ▲141 | 10.40 ▲8.41 | 89.78 ▲55.28 | 33.12 ▼2.24 |
Add New Post /wp-admin/post-new.php | 6,263 ▲4,749 | 19.62 ▲2.12 | 829.07 ▲146.62 | 38.33 ▼21.03 |
Media Library /wp-admin/upload.php | 1,523 ▲132 | 12.43 ▲8.25 | 151.25 ▲54.35 | 45.74 ▲0.54 |
3D WIP Settings /wp-admin/options-general.php?page=wip_options | 5,403 | 15.73 | 377.83 | 61.69 |
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
- Zombie WordPress options were found after uninstall: 6 options
- theysaidso_admin_options
- widget_recent-comments
- widget_recent-posts
- db_upgraded
- widget_theysaidso_widget
- can_compress_scripts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking 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
Almost there! Just fix the following items
- 6× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/renee-work-in-progress/inc/index.php
- > /wp-content/plugins/renee-work-in-progress/solid/index.php
- > /wp-content/plugins/renee-work-in-progress/assets/index.php
- > /wp-content/plugins/renee-work-in-progress/solid/models/index.php
- > /wp-content/plugins/renee-work-in-progress/index.php
- > /wp-content/plugins/renee-work-in-progress/solid/snapshots/index.php
User-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
These are user-side errors you should fix
- > GET request to /wp-admin/options-general.php?page=wip_options
- > Network (severe)
https://www.paypalobjects.com/en_PL/i/scr/pixel.gif - Failed to load resource: the server responded with a status of 404 ()
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
5 plugin tags: progress, e-drawings, 3d model viewer, 3d, solidworks
renee-work-in-progress/renee-work-in-progress.php 92% from 13 tests
The entry point to "3D Work In Progress" version 1.0.3 is a PHP file that has certain tags in its header comment area
It is important to fix the following:
- Description: Please don't use more than 140 characters for the plugin description (currently 226 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Everything looks great! No dangerous files found in this plugin6,514 lines of code in 24 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 15 | 184 | 65 | 3,029 |
JavaScript | 4 | 144 | 88 | 2,267 |
CSS | 3 | 120 | 1 | 1,027 |
PO File | 1 | 83 | 165 | 190 |
JSON | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.87 |
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 | 14 | |
▷ Named functions | 14 | 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
PNG files should be compressed to save space and minimize bandwidth usage
1 PNG file occupies 0.00MB with 0.00MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
solid/tick.png | 2.96KB | 1.21KB | ▼ 59.20% |