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
Install script ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼1.46ms] Passed 4 tests
Server-side resources used by Easy MLS Listings Import
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 34.99 ▼2.31 |
Dashboard /wp-admin | 3.32 ▲0.01 | 44.76 ▼2.82 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 43.70 ▼5.31 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 89.07 ▲5.46 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 36.01 ▲4.60 |
Easy MLS Listings Import /wp-admin/options-general.php?page=homeasap-featured-listings | 3.25 | 30.31 |
Server storage [IO: ▲0.07MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin was installed successfully
Filesystem: 22 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
db_upgraded |
widget_recent-posts |
widget_recent-comments |
Browser metrics Passed 4 tests
A check of browser resources used by Easy MLS Listings Import
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,880 ▲119 | 13.41 ▼0.94 | 8.77 ▲7.11 | 42.10 ▼0.78 |
Dashboard /wp-admin | 2,203 ▲23 | 5.62 ▼0.12 | 85.28 ▲1.79 | 39.75 ▲1.58 |
Posts /wp-admin/edit.php | 2,109 ▲9 | 2.15 ▲0.17 | 33.70 ▼3.99 | 32.07 ▲0.78 |
Add New Post /wp-admin/post-new.php | 1,537 ▲11 | 23.01 ▼0.33 | 660.73 ▲56.79 | 40.90 ▼13.20 |
Media Library /wp-admin/upload.php | 1,422 ▲25 | 4.25 ▲0.09 | 88.33 ▼15.72 | 41.22 ▼2.60 |
Easy MLS Listings Import /wp-admin/options-general.php?page=homeasap-featured-listings | 1,043 | 1.94 | 30.11 | 41.68 |
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
The following items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-posts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting 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
Almost there! Just fix the following items
- 2× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/easy-mls-listings-import/admin/partials/homeasap-featured-listings-admin-display.php
- > /wp-content/plugins/easy-mls-listings-import/public/partials/homeasap-featured-listings-public-display.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 86% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Attributes that need to be fixed:
- Tags: Please delete some tags, you are using 12 tag instead of maximum 10
easy-mls-listings-import/homeasap-featured-listings.php 77% from 13 tests
The primary PHP file in "Easy MLS Listings Import" version 2.0.0 is used by WordPress to initiate all plugin functionality
Please make the necessary changes and fix the following:
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
- Description: The description should be shorter than 140 characters (currently 150 characters long)
- Main file name: The principal plugin file should be the same as the plugin slug ("easy-mls-listings-import.php" instead of "homeasap-featured-listings.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 plugin728 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 2 | 44 | 35 | 381 |
PHP | 12 | 152 | 547 | 295 |
JavaScript | 2 | 3 | 27 | 52 |
PHP code Passed 2 tests
An short overview of 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.08 |
Average class complexity | 1.71 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 5.00 |
Average method complexity | 1.19 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 3.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 27 | |
▷ Static methods | 3 | 11.11% |
▷ Public methods | 22 | 81.48% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 5 | 18.52% |
Functions | 3 | |
▷ Named functions | 3 | 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
Using a strong compression for your PNG files is a great way to speed-up your plugin
PNG images were not found in this plugin