Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼3.59ms] Passed 4 tests
A check of server-side resources used by JoinUp recruiting bot
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 37.40 ▼1.64 |
Dashboard /wp-admin | 3.33 ▲0.02 | 52.11 ▲1.14 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 49.88 ▲1.01 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.02 | 88.93 ▼12.26 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 33.68 ▼1.46 |
Server storage [IO: ▲0.32MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 13 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
JoinUp recruiting bot: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,849 ▲114 | 13.27 ▼1.11 | 4.68 ▲2.96 | 40.61 ▼1.97 |
Dashboard /wp-admin | 2,220 ▲29 | 5.90 ▲1.04 | 106.99 ▲3.85 | 37.61 ▼4.68 |
Posts /wp-admin/edit.php | 2,103 ▲14 | 2.03 ▲0.02 | 40.20 ▼0.01 | 36.09 ▲1.96 |
Add New Post /wp-admin/post-new.php | 1,549 ▲35 | 18.44 ▲0.99 | 603.09 ▼99.71 | 55.94 ▼5.13 |
Media Library /wp-admin/upload.php | 1,399 ▲17 | 4.23 ▲0.06 | 95.72 ▼1.41 | 41.03 ▼3.64 |
Joinup /wp-admin/menus.php | 26 | 0.44 | 0.10 | 14.33 |
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
Please fix the following items
- The uninstall procedure has failed, 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 25% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Even though no errors were found, this is by no means an exhaustive test
SRP 0% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please fix the following items
- 1× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/joinup-recruiting-bot/joinup.php
- 3× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/joinup-recruiting-bot/includes/core.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/joinup-recruiting-bot/includes/menus.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/joinup-recruiting-bot/includes/embed.php:3
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
There are user-side issues you should fix
- > GET request to /wp-admin/menus.php
- > Network (severe)
wp-admin/menus.php - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
Please fix the following attributes:
- Tags: Please reduce the number of tags, currently 24 tag instead of maximum 10
- Screenshots: Add images for these screenshots: #1 (JoinUp bot), #2 (JoinUp conversation), #3 (JoinUp dashboard)
joinup-recruiting-bot/joinup.php 92% from 13 tests
The main file in "JoinUp recruiting bot" v. 1.1.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
You should first fix the following items:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("joinup-recruiting-bot.php" instead of "joinup.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
Everything looks great! No dangerous files found in this plugin157 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 31 | 25 | 144 |
Markdown | 1 | 5 | 0 | 13 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.27 |
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 | 6 | |
▷ Named functions | 6 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 4 | |
▷ Global constants | 4 | 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
5 PNG files occupy 0.29MB with 0.07MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/icon-128x128.png | 2.04KB | 1.55KB | ▼ 23.80% |
screenshot-2.png | 61.75KB | 61.72KB | 0.05% |
screenshot-3.png | 198.28KB | 60.11KB | ▼ 69.68% |
assets/icon-256x256.png | 3.28KB | 2.15KB | ▼ 34.48% |
screenshot-1.png | 26.68KB | 26.67KB | 0.05% |