Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
This plugin's installer ran successfully
Server metrics [RAM: ▲0.06MB] [CPU: ▼5.67ms] Passed 4 tests
This is a short check of server-side resources used by Kikushima jobs
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.07 | 39.24 ▲0.62 |
Dashboard /wp-admin | 3.37 ▲0.03 | 48.32 ▼13.53 |
Posts /wp-admin/edit.php | 3.43 ▲0.07 | 44.64 ▼1.68 |
Add New Post /wp-admin/post-new.php | 6.03 ▲0.14 | 92.07 ▼5.65 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 35.31 ▼1.80 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=jobs | 3.29 | 32.23 |
jobs /wp-admin/edit.php?post_type=jobs | 3.34 | 35.95 |
new job /wp-admin/post-new.php?post_type=jobs | 6.02 | 78.57 |
Server storage [IO: ▲0.37MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 11 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for Kikushima jobs
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,908 ▲147 | 13.54 ▼0.71 | 11.45 ▲9.90 | 44.66 ▲5.35 |
Dashboard /wp-admin | 2,226 ▲49 | 5.59 ▼0.06 | 85.15 ▼1.22 | 39.66 ▼4.43 |
Posts /wp-admin/edit.php | 2,131 ▲31 | 2.01 ▼0.04 | 35.99 ▲1.43 | 39.35 ▲4.91 |
Add New Post /wp-admin/post-new.php | 1,562 ▲36 | 18.26 ▼4.88 | 615.49 ▼67.92 | 65.64 ▲12.52 |
Media Library /wp-admin/upload.php | 1,434 ▲34 | 4.22 ▲0.05 | 100.58 ▼5.36 | 45.05 ▼0.07 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=jobs | 1,347 | 2.12 | 27.32 | 29.73 |
jobs /wp-admin/edit.php?post_type=jobs | 1,109 | 1.93 | 31.20 | 25.76 |
new job /wp-admin/post-new.php?post_type=jobs | 6,211 | 22.50 | 886.12 | 28.41 |
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 6 options in the database
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-comments
- db_upgraded
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
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: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please take a closer look at the following
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/kikushima-jobs/kikushima-jobs.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser errors were detected
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 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
Attributes that require attention:
- Screenshots: These screenshots have no corresponding images in /assets: #1 (Add job information on the admin dashboard), #2 (Add shortcode to any page or post as you like), #3 (Recruit information will be displayed on the front page)
kikushima-jobs/kikushima-jobs.php Passed 13 tests
"Kikushima jobs" version 1.0's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
54 characters long description:
Add jobs shortcode to display jobs on the recruit page
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
Good job! No executable or dangerous file extensions detected430 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 108 | 35 | 340 |
PO File | 1 | 21 | 29 | 55 |
CSS | 2 | 8 | 6 | 34 |
JavaScript | 1 | 0 | 6 | 1 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.34 |
Average class complexity | 29.00 |
▷ Minimum class complexity | 29.00 |
▷ Maximum class complexity | 29.00 |
Average method complexity | 3.80 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 11.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 | 10 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 7 | 70.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 3 | 30.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.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
Using a strong compression for your PNG files is a great way to speed-up your plugin
There were not PNG files found in your plugin