Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Install script ran successfully
Server metrics [RAM: ▲0.03MB] [CPU: ▼6.90ms] Passed 4 tests
This is a short check of server-side resources used by HireHive Job Plugin
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 39.35 ▼8.69 |
Dashboard /wp-admin | 3.34 ▲0.04 | 49.29 ▼3.40 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 47.62 ▼11.08 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 89.72 ▼4.44 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 37.83 ▲0.67 |
Server storage [IO: ▲0.29MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 11 new files
Database: no new tables, 10 new options
New WordPress options |
---|
can_compress_scripts |
Zartis_Group |
db_upgraded |
widget_recent-comments |
Zartis_Notice |
Zartis_Page_ID |
widget_recent-posts |
widget_theysaidso_widget |
theysaidso_admin_options |
Zartis_Unique_ID |
Browser metrics Passed 4 tests
A check of browser resources used by HireHive Job Plugin
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,825 ▲79 | 13.24 ▼1.12 | 1.79 ▼0.32 | 45.81 ▲5.46 |
Dashboard /wp-admin | 2,231 ▲43 | 5.86 ▲0.95 | 96.89 ▼14.02 | 99.73 ▲53.89 |
Posts /wp-admin/edit.php | 2,114 ▲25 | 1.99 ▼0.01 | 38.13 ▼4.14 | 49.76 ▲11.57 |
Add New Post /wp-admin/post-new.php | 1,537 ▲4 | 23.30 ▼0.10 | 621.77 ▼38.55 | 78.41 ▲19.26 |
Media Library /wp-admin/upload.php | 1,413 ▲25 | 4.23 ▲0.03 | 101.54 ▼23.09 | 90.67 ▲36.77 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-posts
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
Smoke tests 50% 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)
The smoke test was a success, however most plugin functionality was not tested
SRP 0% 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× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/zartis-job-plugin/Zartis_Job_Landing.php
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/zartis-job-plugin/Zartis_Job_Plugin.php:28
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 83% from 29 tests
readme.txt 81% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
These attributes need to be fixed:
- Tags: Please delete some tags, you are using 14 tag instead of maximum 10
- Screenshots: Screenshot #1 (An example of jobs in a WordPress site) image missing
- Plugin Name: Please specify the plugin name on the first line (
=== zartis-job-plugin ===
)
zartis-job-plugin/Zartis_Job_Plugin.php 85% from 13 tests
The main PHP file in "HireHive Job Plugin" ver. 2.9.0 adds more information about the plugin and also serves as the entry point for this plugin
It is important to fix the following:
- Main file name: Name the main plugin file the same as the plugin slug ("zartis-job-plugin.php" instead of "Zartis_Job_Plugin.php")
- Description: Please keep the plugin description shorter than 140 characters (currently 195 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
No dangerous file extensions were detected944 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 2 | 80 | 41 | 519 |
PHP | 2 | 73 | 51 | 325 |
JavaScript | 2 | 38 | 0 | 100 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.38 |
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 | 13 | |
▷ Named functions | 13 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
4 PNG files occupy 0.25MB with 0.07MB in potential savings
Potential savings
Compression of 4 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/arrow_right_alt1_24x24.png | 0.30KB | 0.24KB | ▼ 17.49% |
images/check_12x10.png | 0.17KB | 0.17KB | ▼ 2.31% |
images/check_alt_16x16.png | 0.30KB | 0.21KB | ▼ 30.13% |
screenshot-1.png | 258.94KB | 94.77KB | ▼ 63.40% |