Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Install script ran successfully
Server metrics [RAM: ▲0.08MB] [CPU: ▼3.67ms] Passed 4 tests
This is a short check of server-side resources used by Waka Bulk Page
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.08 | 39.20 ▼4.93 |
Dashboard /wp-admin | 3.38 ▲0.07 | 48.82 ▲0.51 |
Posts /wp-admin/edit.php | 3.49 ▲0.14 | 50.02 ▲0.27 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.09 | 87.85 ▼10.25 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 34.81 ▲0.24 |
Add multiple pages /wp-admin/edit.php?post_type=page&page=waka-bulk-page | 3.31 | 36.86 |
Server storage [IO: ▲0.05MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 16 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
A check of browser resources used by Waka Bulk Page
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,808 ▲73 | 13.65 ▼0.71 | 4.27 ▲2.52 | 38.60 ▼11.66 |
Dashboard /wp-admin | 2,211 ▲23 | 5.84 ▲0.02 | 106.45 ▼2.20 | 38.77 ▼4.10 |
Posts /wp-admin/edit.php | 2,100 ▲11 | 2.01 ▲0.01 | 38.71 ▲5.48 | 33.73 ▼0.51 |
Add New Post /wp-admin/post-new.php | 1,521 ▼12 | 17.70 ▼5.43 | 686.85 ▲10.27 | 52.65 ▼3.07 |
Media Library /wp-admin/upload.php | 1,390 ▲2 | 4.19 ▲0.02 | 98.88 ▲1.38 | 42.65 ▲2.15 |
Add multiple pages /wp-admin/edit.php?post_type=page&page=waka-bulk-page | 987 | 2.02 | 22.42 | 27.97 |
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
- db_upgraded
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
- theysaidso_admin_options
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though everything seems fine, this is not 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
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/waka-bulk-page/waka-bulk-page.php
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Class 'Walker' not found in wp-content/plugins/waka-bulk-page/includes/class-waka-bulk-page-walker.php:8
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
6 plugin tags: pages, developer, bulk page creator, bulk page, setup...
waka-bulk-page/waka-bulk-page.php Passed 13 tests
"Waka Bulk Page" version 1.0.3's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
82 characters long description:
Bulk page creation for setting up quickly your website. Intuitive and easy to use.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Success! There were no dangerous files found in this plugin653 lines of code in 12 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 7 | 115 | 227 | 347 |
PO File | 2 | 63 | 69 | 174 |
JavaScript | 1 | 41 | 23 | 91 |
CSS | 1 | 4 | 4 | 32 |
Markdown | 1 | 7 | 0 | 9 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.45 |
Average class complexity | 20.00 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 31.00 |
Average method complexity | 4.80 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 31.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 3 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 3 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 15 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 14 | 93.33% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 1 | 6.67% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 3 | 100.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
There were not PNG files found in your plugin