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
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.03MB] [CPU: ▼2.59ms] Passed 4 tests
Server-side resources used by FV Feedburner Replacement
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.04 | 40.53 ▼4.28 |
Dashboard /wp-admin | 3.34 ▲0.04 | 48.19 ▲0.77 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 46.82 ▼2.45 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 82.73 ▼4.40 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 38.38 ▲2.98 |
FV Feedburner Replacement /wp-admin/options-general.php?page=fv_feedburner_replacement | 3.20 | 31.09 |
Server storage [IO: ▲0.40MB] [DB: ▲0.01MB] Passed 3 tests
Input-output and database impact of this plugin
No storage issues were detected
Filesystem: 10 new files
Database: 1 new table, 7 new options
New tables |
---|
wp_newsletter |
New WordPress options |
---|
db_upgraded |
widget_recent-posts |
fv_feedburner_replacement |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
This is an overview of browser requirements for FV Feedburner Replacement
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,822 ▲87 | 13.25 ▼1.44 | 4.42 ▲2.57 | 42.51 ▼3.67 |
Dashboard /wp-admin | 2,210 ▲22 | 4.80 ▼0.26 | 112.02 ▼2.77 | 42.85 ▼5.53 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.00 ▼0.00 | 32.80 ▼3.68 | 32.47 ▼0.50 |
Add New Post /wp-admin/post-new.php | 1,536 ▲2 | 23.38 ▲0.21 | 716.78 ▲34.76 | 64.53 ▲11.02 |
Media Library /wp-admin/upload.php | 1,392 ▲4 | 4.24 ▲0.07 | 103.50 ▼3.29 | 43.63 ▼1.99 |
FV Feedburner Replacement /wp-admin/options-general.php?page=fv_feedburner_replacement | 1,212 | 2.07 | 23.89 | 55.22 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.01MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- The plugin did not uninstall successfully, leaving 1 table in the database
- wp_newsletter
- This plugin does not fully uninstall, leaving 7 options in the database
- widget_theysaidso_widget
- widget_recent-posts
- db_upgraded
- widget_recent-comments
- fv_feedburner_replacement
- can_compress_scripts
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
These errors were triggered by the plugin
- > GET request to /wp-admin/options-general.php?page=fv_feedburner_replacement
- > Notice in wp-content/plugins/fv-feedburner-replacement/fv-feedburner-replacement.php+521
Undefined index: show_links_comments
- > GET request to /wp-admin/options-general.php?page=fv_feedburner_replacement
- > Notice in wp-content/plugins/fv-feedburner-replacement/fv-feedburner-replacement.php+529
Undefined index: show_category_links
- > GET request to /wp-admin/options-general.php?page=fv_feedburner_replacement
- > Notice in wp-content/plugins/fv-feedburner-replacement/fv-feedburner-replacement.php+552
Undefined index: feedburner_include
- > GET request to /wp-admin/options-general.php?page=fv_feedburner_replacement
- > Notice in wp-content/plugins/fv-feedburner-replacement/fv-feedburner-replacement.php+565
Undefined index: feedburner_test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please fix the following
- 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/fv-feedburner-replacement/fv-feedburner-replacement.php:20
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Please fix the following attributes:
- Screenshots: Screenshot #1 (Plugin settings screen.) image required
fv-feedburner-replacement/fv-feedburner-replacement.php Passed 13 tests
The entry point to "FV Feedburner Replacement" version 0.4.3 is a PHP file that has certain tags in its header comment area
122 characters long description:
Changes /feed to a newsletter subscription page, yet allows feed readers to read it as a feed. Eases up user subscription.
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
No dangerous file extensions were detected921 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 199 | 61 | 864 |
CSS | 1 | 1 | 1 | 54 |
Markdown | 1 | 2 | 0 | 3 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.40 |
Average class complexity | 60.00 |
▷ Minimum class complexity | 19.00 |
▷ Maximum class complexity | 101.00 |
Average method complexity | 3.74 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 16.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 43 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 43 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ 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
Using a strong compression for your PNG files is a great way to speed-up your plugin
5 PNG files occupy 0.35MB with 0.10MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/led-monitor.png | 19.87KB | 9.03KB | ▼ 54.55% |
images/fabric-plaid-bg.png | 6.43KB | 5.04KB | ▼ 21.58% |
screenshot-1.png | 332.10KB | 112.28KB | ▼ 66.19% |
images/red-button.png | 1.47KB | 1.44KB | ▼ 2.00% |
images/list-bullet.png | 0.35KB | 0.39KB | 0.00% |