Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼3.87ms] Passed 4 tests
Server-side resources used by oik batchmove
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 36.11 ▲2.32 |
Dashboard /wp-admin | 3.32 ▲0.02 | 46.67 ▲1.71 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 44.57 ▲2.23 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 78.79 ▼20.54 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 35.84 ▲1.12 |
Server storage [IO: ▲0.65MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 18 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-posts |
db_upgraded |
widget_recent-comments |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by oik batchmove
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,796 ▲46 | 14.17 ▼0.36 | 1.69 ▲0.00 | 43.15 ▼1.53 |
Dashboard /wp-admin | 2,205 ▲25 | 5.62 ▼0.03 | 93.42 ▲6.31 | 42.45 ▲4.97 |
Posts /wp-admin/edit.php | 2,107 ▲7 | 2.00 ▼0.00 | 35.98 ▼7.12 | 33.47 ▼9.18 |
Add New Post /wp-admin/post-new.php | 1,533 ▲7 | 23.20 ▼0.31 | 662.84 ▼8.97 | 57.39 ▲2.54 |
Media Library /wp-admin/upload.php | 1,410 ▲13 | 4.17 ▲0.00 | 92.50 ▼13.89 | 43.30 ▼1.17 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
It is recommended to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- db_upgraded
- widget_recent-posts
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
Smoke tests 75% 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 no errors were found, this is by no means 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
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/oik-batchmove/oik-batchmove.php:122
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% 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 to be fixed:
- Screenshots: These screenshots have no corresponding images in /assets: #1 (Selection criteria Choose the posts to alter), #2 (Selected posts), #3 (Target category and Action), #4 (Result reporting), #5 (Redisplaying a republished post), #6 (Scheduled republish options), #7 (Reposts for today - BEFORE scheduled publish has run. e.g. when scheduled processing not activated), #8 (Reposts for tomorrow - a look ahead to posts that will be republished tomorrow), #9 (Rescheduled posts and CRON - when no posts are scheduled for tomorrow), #10 (Rescheduled posts - posts which are scheduled for publishing tomorrow), #11 (CRON box - showing next scheduled time and information for the most recent run)
- Tested up to: Invalid plugin version format
oik-batchmove/oik-batchmove.php Passed 13 tests
This is the main PHP file of "oik batchmove" version 2.5.2, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
70 characters long description:
Batch change post categories or published date incl. CRON rescheduling
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
Success! There were no dangerous files found in this plugin1,235 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 233 | 920 | 1,235 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.22 |
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 | 110 | |
▷ Named functions | 110 | 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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There were not PNG files found in your plugin