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
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.26MB] [CPU: ▼2.40ms] Passed 4 tests
Analyzing server-side resources used by WP Fontallic Easypromoweb
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.06 | 37.07 ▼1.88 |
Dashboard /wp-admin | 3.66 ▲0.36 | 49.18 ▲0.66 |
Posts /wp-admin/edit.php | 3.72 ▲0.37 | 52.45 ▲4.56 |
Add New Post /wp-admin/post-new.php | 6.16 ▲0.28 | 82.33 ▼10.37 |
Media Library /wp-admin/upload.php | 3.66 ▲0.43 | 37.61 ▲1.99 |
Fontallic Panel /wp-admin/admin.php?page=epw_plugin_options | 3.63 | 31.17 |
Help - Support /wp-admin/admin.php?page=epw_plugin_help | 3.63 | 32.97 |
Server storage [IO: ▲7.26MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 53 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
A check of browser resources used by WP Fontallic Easypromoweb
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,821 ▲75 | 14.69 ▲0.28 | 1.66 ▲0.03 | 38.66 ▼6.58 |
Dashboard /wp-admin | 2,236 ▲48 | 4.89 ▼1.01 | 103.01 ▼4.46 | 40.66 ▼2.83 |
Posts /wp-admin/edit.php | 2,116 ▲27 | 2.04 ▲0.05 | 36.35 ▲1.01 | 34.66 ▼1.24 |
Add New Post /wp-admin/post-new.php | 1,548 ▲13 | 23.45 ▲0.20 | 656.45 ▲39.68 | 60.67 ▲2.45 |
Media Library /wp-admin/upload.php | 1,409 ▲24 | 4.29 ▲0.02 | 96.44 ▼0.60 | 41.85 ▼2.69 |
Fontallic Panel /wp-admin/admin.php?page=epw_plugin_options | 872 | 2.22 | 24.57 | 31.66 |
Help - Support /wp-admin/admin.php?page=epw_plugin_help | 22,700 | 1.99 | 23.21 | 268.76 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
You still need to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-posts
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-comments
- widget_theysaidso_widget
- db_upgraded
Smoke tests 75% 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 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
- 2× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/wp-fontallic-easypromoweb/epw-options.php:22
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/wp-fontallic-easypromoweb/epw-options.php:22
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 87% from 29 tests
readme.txt 88% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Attributes that need to be fixed:
- Tags: Please reduce the number of tags, currently 21 tag instead of maximum 10
- Screenshots: These screenshots require images: #4 (Size options), #5 (All the Colours), #6 (Super Awesome Admin Panel), #7 (Shortcodes and help page), #8 (Fontallic with 2122 icons)
wp-fontallic-easypromoweb/wp-fontallic-easypromoweb.php 85% from 13 tests
The main file in "WP Fontallic Easypromoweb" v. 1.2 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please take the time to fix the following:
- Requires at least: The required version number must match the one declared in readme.txt ("3.9" instead of "3.0.1")
- Description: Please keep the plugin description shorter than 140 characters (currently 247 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
No dangerous file extensions were detected14,961 lines of code in 23 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 9 | 76 | 103 | 8,362 |
HTML | 1 | 3 | 0 | 3,440 |
SVG | 3 | 0 | 0 | 2,680 |
PHP | 5 | 101 | 187 | 280 |
Markdown | 1 | 31 | 0 | 141 |
JavaScript | 4 | 18 | 17 | 58 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.14 |
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 | 27 | |
▷ Named functions | 27 | 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 50% from 2 tests
Image compression 50% from 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
12 PNG files occupy 0.83MB with 0.50MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
img/fa-cover.png | 59.50KB | 20.08KB | ▼ 66.26% |
css/img/gen-cover2.png | 9.72KB | 3.06KB | ▼ 68.53% |
css/img/chosen-sprite.png | 0.63KB | 0.88KB | 0.00% |
css/img/gen-cover.png | 40.88KB | 13.25KB | ▼ 67.59% |
css/img/fontallic-cover2.png | 266.86KB | 6.83KB | ▼ 97.44% |