Benchmarks
Plugin footprint Passed 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Install script ran successfully
Server metrics [RAM: ▲0.06MB] [CPU: ▼282.33ms] Passed 4 tests
Analyzing server-side resources used by IE CSS3 Support
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.78 ▲0.06 | 23.15 ▲3.10 |
Dashboard /wp-admin | 3.12 ▲0.06 | 44.79 ▼1.18 |
Posts /wp-admin/edit.php | 3.17 ▲0.06 | 42.94 ▼1.65 |
Add New Post /wp-admin/post-new.php | 5.48 ▲0.05 | 92.42 ▼1,119.85 |
Media Library /wp-admin/upload.php | 3.06 ▲0.05 | 32.66 ▼6.63 |
IE CSS3 Support /wp-admin/options-general.php?page=ie-csss3-support | 3.00 | 25.73 |
Server storage [IO: ▲0.07MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 6 new files
Database: no new tables, 2 new options
New WordPress options |
---|
current_size |
added_stylesheet |
Browser metrics Passed 4 tests
An overview of browser requirements for IE CSS3 Support
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,711 ▲105 | 15.86 ▲0.34 | 8.90 ▼2.13 | 47.66 ▲0.51 |
Dashboard /wp-admin | 2,969 ▲116 | 6.11 ▲0.28 | 134.27 ▲7.41 | 102.65 ▼3.49 |
Posts /wp-admin/edit.php | 2,713 ▲10 | 2.68 ▼0.02 | 62.91 ▼3.23 | 85.42 ▼3.89 |
Add New Post /wp-admin/post-new.php | 1,658 ▼195 | 18.77 ▼0.31 | 356.92 ▼10.06 | 111.05 ▲4.11 |
Media Library /wp-admin/upload.php | 1,779 ▲4 | 5.05 ▲0.03 | 152.72 ▲3.90 | 109.43 ▼1.53 |
IE CSS3 Support /wp-admin/options-general.php?page=ie-csss3-support | 1,094 | 2.08 | 50.94 | 65.13 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] Passed 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
The plugin uninstalled successfully, without leaving any zombie files or tables
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
These errors were triggered by the plugin
- > GET request to /wp-admin/options-general.php?page=ie-csss3-support
- > Notice in wp-content/plugins/ie-css3-support/ie-css-support.php+172
unserialize(): Error at offset 0 of 1 bytes
- > GET request to /wp-admin/options-general.php?page=ie-csss3-support
- > Warning in wp-content/plugins/ie-css3-support/ie-css-support.php+181
count(): Parameter must be an array or an object that implements Countable
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 items
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_url() in wp-content/plugins/ie-css3-support/ie-css-support.php:29
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
These are user-side errors you should fix
- > GET request to /wp-admin/options-general.php?page=ie-csss3-support
- > Network (severe)
http://www.magicaffiliateplugin.com/img/mga-125x125.gif - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
4 plugin tags: css, ie, intener explorer pie, css3
ie-css3-support/ie-css-support.php 92% from 13 tests
This is the main PHP file of "IE CSS3 Support" version 2.0.1, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
It is important to fix the following:
- Main file name: Name the main plugin file the same as the plugin slug ("ie-css3-support.php" instead of "ie-css-support.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
Good job! No executable or dangerous file extensions detected353 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 204 | 92 | 273 |
CSS | 2 | 9 | 16 | 80 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.37 |
Average class complexity | 26.00 |
▷ Minimum class complexity | 26.00 |
▷ Maximum class complexity | 26.00 |
Average method complexity | 2.79 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 10.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 14 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 14 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 6 | |
▷ Named functions | 6 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 6 | |
▷ Global constants | 6 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 1 test
Image compression Passed 1 test
Using a strong compression for your PNG files is a great way to speed-up your plugin
There are no PNG files in this plugin