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
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.03MB] [CPU: ▲0.37ms] Passed 4 tests
An overview of server-side resources used by Multiple User Post
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.03 | 42.18 ▲3.51 |
Dashboard /wp-admin | 3.33 ▲0.03 | 51.06 ▲0.66 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 48.58 ▲0.64 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 94.79 ▼2.00 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 36.47 ▲2.18 |
All Unreads /wp-admin/edit.php?post_type=unread | 3.30 | 36.18 |
Add New /wp-admin/post-new.php?post_type=unread | 3.38 | 49.52 |
Server storage [IO: ▲0.46MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 4 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-posts |
widget_recent-comments |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for Multiple User Post
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,836 ▲75 | 13.63 ▼0.72 | 1.83 ▼0.03 | 44.07 ▼1.33 |
Dashboard /wp-admin | 2,230 ▲53 | 5.58 ▼0.01 | 108.34 ▲12.56 | 41.93 ▲5.48 |
Posts /wp-admin/edit.php | 2,147 ▲47 | 2.55 ▲0.56 | 41.44 ▲5.82 | 32.75 ▼4.90 |
Add New Post /wp-admin/post-new.php | 6,480 ▲4,952 | 28.73 ▲5.88 | 935.77 ▲235.43 | 41.31 ▼19.92 |
Media Library /wp-admin/upload.php | 1,441 ▲44 | 5.11 ▲0.90 | 108.12 ▲5.49 | 42.97 ▼3.70 |
All Unreads /wp-admin/edit.php?post_type=unread | 1,119 | 2.51 | 39.15 | 34.80 |
Add New /wp-admin/post-new.php?post_type=unread | 2,233 | 8.41 | 175.36 | 65.31 |
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
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-posts
- widget_recent-comments
- db_upgraded
- can_compress_scripts
- theysaidso_admin_options
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
The following issues need your attention
- 1× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/multiple-user-post/multiple-user-post.php
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)
No browser issues were found
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
6 plugin tags: more editors, admin user roles, more users, multiple user post, multiple user to single post...
multiple-user-post/multiple-user-post.php Passed 13 tests
The main file in "Multiple User Post" v. 2.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
51 characters long description:
This plugin will assign the multiple users to post.
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
There were no executable files found in this plugin12,818 lines of code in 3 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 2 | 2,398 | 1,602 | 12,635 |
PHP | 1 | 25 | 29 | 183 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.23 |
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 | 10 | |
▷ Named functions | 10 | 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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG files were detected