Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
Installer ran successfully
Server metrics [RAM: ▼0.83MB] [CPU: ▼30.55ms] Passed 4 tests
Server-side resources used by Chimpify
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.08 | 37.14 ▼4.34 |
Dashboard /wp-admin | 3.11 ▼0.19 | 24.13 ▼23.88 |
Posts /wp-admin/edit.php | 3.11 ▼0.25 | 25.79 ▼22.82 |
Add New Post /wp-admin/post-new.php | 3.11 ▼2.78 | 25.92 ▼63.83 |
Media Library /wp-admin/upload.php | 3.11 ▼0.12 | 23.32 ▼11.67 |
Chimpify /wp-admin/options-general.php?page=chimpify/chimpify.php | 3.11 | 25.59 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 2 new files
Database: no new tables, 8 new options
New WordPress options |
---|
widget_recent-posts |
db_upgraded |
theysaidso_admin_options |
chimpify_apikey |
widget_theysaidso_widget |
chimpify_plugin_version |
widget_recent-comments |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for Chimpify
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,824 ▲78 | 13.30 ▼1.08 | 3.98 ▲2.24 | 42.72 ▲3.44 |
Dashboard /wp-admin | 2,233 ▲48 | 4.85 ▼1.01 | 107.43 ▲5.41 | 42.80 ▲4.03 |
Posts /wp-admin/edit.php | 2,113 ▲24 | 2.04 ▼0.06 | 40.97 ▲4.09 | 35.53 ▲2.62 |
Add New Post /wp-admin/post-new.php | 1,563 ▲49 | 18.52 ▲0.84 | 592.88 ▼35.06 | 56.45 ▲8.74 |
Media Library /wp-admin/upload.php | 1,412 ▲21 | 4.17 ▼0.02 | 95.89 ▼1.78 | 41.40 ▼3.70 |
Chimpify /wp-admin/options-general.php?page=chimpify/chimpify.php | 812 | 2.03 | 24.11 | 24.46 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
You still need to fix the following
- Uninstall procedure had uncaught errors
- > Notice in wp-content/plugins/chimpify/chimpify.php+857
Undefined index: chimpify_action
- Zombie WordPress options detected upon uninstall: 7 options
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- widget_recent-posts
- chimpify_plugin_version
- theysaidso_admin_options
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Almost there, just fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=chimpify/chimpify.php
- > Notice in wp-content/plugins/chimpify/chimpify.php+857
Undefined index: chimpify_action
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
The following issues need your attention
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/chimpify/chimpify.php:85
- > 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 Passed 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
4 plugin tags: api, migration, export, chimpify
chimpify/chimpify.php Passed 13 tests
The main PHP script in "Chimpify" version 1.0.4 is automatically included on every request by WordPress
113 characters long description:
Migrate your WordPress data to Chimpify or your Chimpify data to WordPress. Posts, comments, users & media files.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Good job! No executable or dangerous file extensions detected627 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 143 | 97 | 627 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.45 |
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 | 15 | |
▷ Named functions | 15 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 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
There are no PNG files in this plugin