Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.05MB] [CPU: ▼10.49ms] Passed 4 tests
An overview of server-side resources used by Indeed Apply Shortcode
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.05 | 36.61 ▼7.40 |
Dashboard /wp-admin | 3.37 ▲0.02 | 45.39 ▼21.95 |
Posts /wp-admin/edit.php | 3.48 ▲0.12 | 47.62 ▲0.39 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.06 | 91.73 ▼12.88 |
Media Library /wp-admin/upload.php | 3.29 ▲0.06 | 35.70 ▲0.27 |
Indeed Apply /wp-admin/options-general.php?page=indeed-apply | 3.25 | 31.78 |
Server storage [IO: ▲0.64MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 13 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
db_upgraded |
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for Indeed Apply Shortcode
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,838 ▲92 | 13.74 ▼0.50 | 1.80 ▼0.10 | 40.96 ▼1.40 |
Dashboard /wp-admin | 2,219 ▲31 | 4.87 ▲0.01 | 111.50 ▼2.45 | 42.78 ▼0.20 |
Posts /wp-admin/edit.php | 2,102 ▲13 | 2.01 ▲0.04 | 40.45 ▲2.76 | 37.66 ▲2.72 |
Add New Post /wp-admin/post-new.php | 1,545 ▲22 | 23.01 ▼0.18 | 578.07 ▼91.29 | 51.91 ▲4.01 |
Media Library /wp-admin/upload.php | 1,401 ▲10 | 4.24 ▼0.04 | 96.96 ▼3.13 | 42.70 ▼2.15 |
Indeed Apply /wp-admin/options-general.php?page=indeed-apply | 801 | 2.03 | 23.19 | 28.19 |
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
These items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- theysaidso_admin_options
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-comments
- widget_recent-posts
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please fix the following items
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/indeed-apply-shortcode/wp-indeed-apply.php:43
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser issues were found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Attributes that need to be fixed:
- Screenshots: Add images for these screenshots: #1 (Job posting with an Indeed Apply button), #2 (User-friendly, mobile-optimized Indeed Apply application form), #3 (The application confirmation email generated by Indeed Apply, sent to applicants.), #4 (The email application generated by Indeed Apply, sent to the Employer), #5 (Indeed Apply Shortcode in the WordPress Post Editor), #6 (Indeed Apply Settings Page)
- Tags: Please reduce the number of tags, currently 12 tag instead of maximum 10
indeed-apply-shortcode/wp-indeed-apply.php 92% from 13 tests
"Indeed Apply Shortcode" version 1.6's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
Please take the time to fix the following:
- Main file name: Even though not officially enforced, the main plugin file should be the same as the plugin slug ("indeed-apply-shortcode.php" instead of "wp-indeed-apply.php")
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 detected418 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 133 | 320 | 418 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.26 |
Average class complexity | 16.33 |
▷ Minimum class complexity | 6.00 |
▷ Maximum class complexity | 33.00 |
Average method complexity | 2.18 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 17.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 3 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 3 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 39 | |
▷ Static methods | 10 | 25.64% |
▷ Public methods | 33 | 84.62% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 6 | 15.38% |
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 50% from 2 tests
Image compression 50% from 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
6 PNG files occupy 0.59MB with 0.41MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-4.png | 134.86KB | 43.74KB | ▼ 67.57% |
screenshot-2.png | 80.74KB | 24.92KB | ▼ 69.14% |
screenshot-5.png | 162.98KB | 55.85KB | ▼ 65.73% |
screenshot-6.png | 76.42KB | 22.10KB | ▼ 71.08% |
screenshot-1.png | 91.97KB | 26.09KB | ▼ 71.64% |