Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Installer ran successfully
Server metrics [RAM: ▲0.18MB] [CPU: ▲1.32ms] Passed 4 tests
This is a short check of server-side resources used by MeetFox
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.64 ▲0.17 | 44.50 ▲4.00 |
Dashboard /wp-admin | 3.48 ▲0.18 | 53.06 ▼1.36 |
Posts /wp-admin/edit.php | 3.60 ▲0.24 | 53.78 ▲4.82 |
Add New Post /wp-admin/post-new.php | 6.08 ▲0.18 | 93.29 ▼2.17 |
Media Library /wp-admin/upload.php | 3.43 ▲0.19 | 45.19 ▲5.98 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 10 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
theysaidso_admin_options |
widget_recent-posts |
db_upgraded |
can_compress_scripts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
MeetFox: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,809 ▲48 | 14.41 ▲0.22 | 1.73 ▲0.01 | 45.23 ▲5.05 |
Dashboard /wp-admin | 2,212 ▲32 | 5.65 ▼0.06 | 89.63 ▲2.10 | 39.28 ▼3.11 |
Posts /wp-admin/edit.php | 2,120 ▲20 | 2.02 ▲0.01 | 33.64 ▼0.44 | 34.17 ▼2.58 |
Add New Post /wp-admin/post-new.php | 1,544 ▲13 | 17.47 ▼5.92 | 683.01 ▲7.50 | 50.65 ▲0.25 |
Media Library /wp-admin/upload.php | 1,423 ▲23 | 4.27 ▲0.04 | 114.21 ▲10.27 | 48.45 ▲1.67 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- can_compress_scripts
- db_upgraded
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 50% 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 | 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
- 5× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/wp-meetfox/templates/floating.php
- > /wp-content/plugins/wp-meetfox/templates/button.php
- > /wp-content/plugins/wp-meetfox/admin-help.php
- > /wp-content/plugins/wp-meetfox/admin-style.php
- > /wp-content/plugins/wp-meetfox/templates/iframe.php
- 15× PHP files trigger server errors when accessed directly (only 10 are shown):
- > PHP Notice
Undefined variable: options in wp-content/plugins/wp-meetfox/templates/button.php on line 5
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/wp-meetfox/templates/button.php on line 5
- > PHP Notice
Undefined variable: options in wp-content/plugins/wp-meetfox/templates/floating.php on line 5
- > PHP Fatal error
Uncaught Error: Call to undefined function Dodel\\get_option() in wp-content/plugins/wp-meetfox/wp-meetfox.php:30
- > PHP Notice
Undefined variable: options in wp-content/plugins/wp-meetfox/templates/iframe.php on line 2
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/wp-meetfox/templates/floating.php on line 5
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/wp-meetfox/templates/button.php on line 6
- > PHP Notice
Undefined variable: options in wp-content/plugins/wp-meetfox/templates/button.php on line 6
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/wp-meetfox/templates/button.php on line 6
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/wp-meetfox/templates/floating.php on line 5
- > PHP Notice
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine on the user side
Optimizations
Plugin configuration 86% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Please fix the following attributes:
- Screenshots: These screenshots have no corresponding images in /assets: #1 (This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from), #2 (This is the second screen shot)
wp-meetfox/wp-meetfox.php 77% from 13 tests
"MeetFox" version 1.0's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
Please make the necessary changes and fix the following:
- Requires at least: The required version number must match the one declared in readme.txt ("4.0" instead of "5.2")
- Text Domain: You no longer need to specify the text domain since WordPress 4.6; it must be the same as the plugin slug
- Requires PHP: The required version number must match the one declared in readme.txt ("5.6.20" instead of "7.2")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are not allowed as they can serve as attack vectors
Success! There were no dangerous files found in this plugin917 lines of code in 9 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 9 | 112 | 215 | 917 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.66 |
Average class complexity | 41.75 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 155.00 |
Average method complexity | 6.43 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 59.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 4 | 100.00% |
Methods | 30 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 20 | 66.67% |
▷ Protected methods | 10 | 33.33% |
▷ Private methods | 0 | 0.00% |
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 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