Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Install script ran successfully
Server metrics [RAM: ▲0.04MB] [CPU: ▼6.50ms] Passed 4 tests
A check of server-side resources used by Real Estate Agent Pages for Real Estate Wordpress Websites | RealEstateWP.com
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.06 | 43.31 ▲5.05 |
Dashboard /wp-admin | 3.36 ▲0.01 | 50.49 ▼6.31 |
Posts /wp-admin/edit.php | 3.39 ▲0.04 | 51.06 ▼0.03 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 84.17 ▼24.69 |
Media Library /wp-admin/upload.php | 3.28 ▲0.05 | 42.09 ▲7.18 |
Add New /wp-admin/post-new.php?post_type=agents | 3.43 | 54.90 |
All Agents /wp-admin/edit.php?post_type=agents | 3.31 | 42.85 |
Server storage [IO: ▲0.00MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 2 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
widget_recent-posts |
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Checking browser requirements for Real Estate Agent Pages for Real Estate Wordpress Websites | RealEstateWP.com
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,855 ▲109 | 13.27 ▼1.11 | 1.83 ▲0.04 | 41.47 ▲0.27 |
Dashboard /wp-admin | 2,236 ▲48 | 5.85 ▲0.03 | 96.32 ▼7.58 | 38.10 ▼6.81 |
Posts /wp-admin/edit.php | 2,116 ▲27 | 2.04 ▲0.04 | 38.86 ▼2.57 | 34.86 ▼2.62 |
Add New Post /wp-admin/post-new.php | 1,556 ▲42 | 23.35 ▲5.82 | 652.21 ▲38.92 | 51.36 ▼8.29 |
Media Library /wp-admin/upload.php | 1,418 ▲30 | 4.23 ▲0.04 | 102.79 ▲6.34 | 43.92 ▼1.22 |
Add New /wp-admin/post-new.php?post_type=agents | 2,222 | 7.67 | 168.12 | 64.24 |
All Agents /wp-admin/edit.php?post_type=agents | 1,089 | 2.00 | 32.77 | 29.21 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- widget_theysaidso_widget
- widget_recent-posts
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking 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 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following items
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/agent-pages/rewptools-agents.php:13
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
1 plugin tags: real estate
agent-pages/rewptools-agents.php 85% from 13 tests
The primary PHP file in "Real Estate Agent Pages for Real Estate Wordpress Websites | RealEstateWP.com" version 1.0 is used by WordPress to initiate all plugin functionality
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 ("agent-pages.php" instead of "rewptools-agents.php")
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Everything looks great! No dangerous files found in this plugin38 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 12 | 30 | 38 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.00 |
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 | 1 | |
▷ Named functions | 1 | 100.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
All PNG images should be compressed to minimize bandwidth usage for end users
PNG images were not found in this plugin