Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
Please fix the following installer errors
- Install procedure had errors
- > Notice in wp-content/plugins/bizmerlinhr-jobboard/positionsPlugins.php+49
Trying to access array offset on value of type bool
Server metrics [RAM: ▼1.89MB] [CPU: ▼52.15ms] Passed 4 tests
Analyzing server-side resources used by ClayHR Job Board
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.09 ▼1.37 | 4.53 ▼36.55 |
Dashboard /wp-admin | 2.11 ▼1.19 | 6.91 ▼42.28 |
Posts /wp-admin/edit.php | 2.11 ▼1.24 | 7.48 ▼42.97 |
Add New Post /wp-admin/post-new.php | 2.11 ▼3.77 | 6.02 ▼86.80 |
Media Library /wp-admin/upload.php | 2.11 ▼1.11 | 5.60 ▼28.27 |
ClayHR Settings /wp-admin/options-general.php?page=BizMerlinHR_jobboards-settings-admin | 2.11 | 5.49 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 3 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
A check of browser resources used by ClayHR Job Board
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,806 ▲71 | 13.65 ▼0.70 | 1.68 ▼0.01 | 37.08 ▼12.12 |
Dashboard /wp-admin | 2,207 ▲18 | 5.82 ▲0.84 | 114.40 ▲3.16 | 41.69 ▼1.93 |
Posts /wp-admin/edit.php | 2,090 ▲1 | 2.01 ▼0.04 | 38.65 ▲0.50 | 35.27 ▲1.46 |
Add New Post /wp-admin/post-new.php | 1,540 ▲4 | 18.28 ▼4.80 | 606.65 ▼42.58 | 53.55 ▲0.26 |
Media Library /wp-admin/upload.php | 1,386 ▼5 | 4.17 ▼0.07 | 101.69 ▲2.14 | 45.56 ▲2.56 |
ClayHR Settings /wp-admin/options-general.php?page=BizMerlinHR_jobboards-settings-admin | 785 | 2.06 | 26.14 | 29.27 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
Please fix the following items
- Uninstall procedure had uncaught errors
- > Notice in wp-content/plugins/bizmerlinhr-jobboard/positionsPlugins.php+49
Trying to access array offset on value of type bool
- Zombie WordPress options detected upon uninstall: 6 options
- theysaidso_admin_options
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Please fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=BizMerlinHR_jobboards-settings-admin
- > Notice in wp-content/plugins/bizmerlinhr-jobboard/positionsPlugins.php+49
Trying to access array offset on value of type bool
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 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 get_option() in wp-content/plugins/bizmerlinhr-jobboard/positionsPlugins.php:48
- > 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 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
These attributes need to be fixed:
- Contributors: Plugin contributors not specified
bizmerlinhr-jobboard/positionsPlugins.php 92% from 13 tests
The primary PHP file in "ClayHR Job Board" version 1.9 is used by WordPress to initiate all plugin functionality
You should first fix the following items:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("bizmerlinhr-jobboard.php" instead of "positionsPlugins.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
No dangerous file extensions were detected223 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 27 | 101 | 212 |
CSS | 1 | 1 | 0 | 11 |
PHP code Passed 2 tests
A short review 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.27 |
Average class complexity | 26.00 |
▷ Minimum class complexity | 26.00 |
▷ Maximum class complexity | 26.00 |
Average method complexity | 2.67 |
▷ 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 | 15 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 15 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 1 | |
▷ Named functions | 1 | 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
There were not PNG files found in your plugin