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.04MB] [CPU: ▼5.79ms] Passed 4 tests
This is a short check of server-side resources used by vyble® Recruiting
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.05 | 35.69 ▼6.90 |
Dashboard /wp-admin | 3.34 ▲0.04 | 47.63 ▼0.11 |
Posts /wp-admin/edit.php | 3.39 ▲0.04 | 50.51 ▼0.08 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.04 | 81.46 ▼15.37 |
Media Library /wp-admin/upload.php | 3.26 ▲0.04 | 34.73 ▼0.77 |
Alle Stellen /wp-admin/edit.php?post_type=cus_vyblejob | 3.31 | 33.30 |
/wp-admin/post-new.php?post_type=cus_vyblejob | 3.34 | 41.98 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
This is an overview of browser requirements for vyble® Recruiting
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,956 ▲221 | 13.61 ▼0.69 | 5.51 ▲3.34 | 44.79 ▼0.47 |
Dashboard /wp-admin | 2,248 ▲60 | 5.87 ▲1.00 | 99.91 ▼6.67 | 37.51 ▼5.83 |
Posts /wp-admin/edit.php | 2,148 ▲59 | 2.27 ▲0.10 | 40.23 ▲0.40 | 34.31 ▼2.10 |
Add New Post /wp-admin/post-new.php | 1,573 ▲36 | 23.24 ▲4.71 | 601.15 ▼84.47 | 54.14 ▲4.87 |
Media Library /wp-admin/upload.php | 1,434 ▲49 | 4.20 ▲0.01 | 98.35 ▼2.42 | 42.84 ▲2.83 |
Alle Stellen /wp-admin/edit.php?post_type=cus_vyblejob | 1,120 | 2.20 | 32.98 | 28.44 |
/wp-admin/post-new.php?post_type=cus_vyblejob | 1,567 | 2.62 | 49.36 | 29.55 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
It is recommended to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-posts
- db_upgraded
- 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 shallow check for server-side errors
Everything seems fine, however 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
Please take a closer look at the following
- 4× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_header() in wp-content/plugins/vyble-recruiting/templates/singlejob.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/vyble-recruiting/includes/jobs.php:37
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/vyble-recruiting/includes/jobs.php:37
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/vyble-recruiting/includes/themetexts.php:3
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser issues were found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
4 plugin tags: jobpostings, recruiting, vyble, hr
vyble-recruiting/vyble-jobs.php 85% from 13 tests
The primary PHP file in "vyble® Recruiting" version 1.2 is used by WordPress to initiate all plugin functionality
The following require your attention:
- Main file name: It is recommended to name the main PHP file as the plugin slug ("vyble-recruiting.php" instead of "vyble-jobs.php")
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 288 characters long)
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 detected926 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 112 | 41 | 784 |
JavaScript | 1 | 8 | 0 | 89 |
CSS | 1 | 1 | 0 | 53 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.33 |
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 | 22 | |
▷ Named functions | 20 | 90.91% |
▷ Anonymous functions | 2 | 9.09% |
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
There were not PNG files found in your plugin