Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Installer ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼4.25ms] Passed 4 tests
Server-side resources used by {eac}SoftwareRegistry Distribution SDK
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.01 | 38.20 ▼4.46 |
Dashboard /wp-admin | 3.31 ▲0.01 | 43.40 ▼5.80 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 46.12 ▲0.19 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 82.89 ▼5.07 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 33.76 ▼1.66 |
Server storage [IO: ▲0.10MB] [DB: ▲0.07MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 11 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_recent-posts |
db_upgraded |
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for {eac}SoftwareRegistry Distribution SDK
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲65 | 13.29 ▼1.54 | 1.61 ▼0.25 | 42.59 ▼0.45 |
Dashboard /wp-admin | 2,206 ▲18 | 5.83 ▼0.05 | 98.93 ▼4.06 | 37.17 ▼3.97 |
Posts /wp-admin/edit.php | 2,089 ▼0 | 2.01 ▼0.01 | 38.49 ▼1.42 | 34.65 ▲3.58 |
Add New Post /wp-admin/post-new.php | 1,514 ▼19 | 17.47 ▼5.80 | 656.33 ▲2.03 | 49.31 ▼7.13 |
Media Library /wp-admin/upload.php | 1,391 ▲9 | 4.21 ▼0.04 | 95.13 ▼1.77 | 42.36 ▼0.67 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
- widget_recent-posts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please take a closer look at the following
- 2× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Class 'EarthAsylumConsulting\\abstract_extension' not found in wp-content/plugins/eacsoftwareregistry-distribution-sdk/Extensions/class.eacSoftwareRegistry_SDK.extension.php:14
- > PHP Fatal error
Uncaught Error: Call to undefined function EarthAsylumConsulting\\add_filter() in wp-content/plugins/eacsoftwareregistry-distribution-sdk/eacSoftwareRegistry_Distribution_SDK.php:52
- > 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 86% 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
7 plugin tags: software registry, license manager, eacsoftwareregistry, registration api, software license...
eacsoftwareregistry-distribution-sdk/eacSoftwareRegistry_Distribution_SDK.php 69% from 13 tests
The entry point to "{eac}SoftwareRegistry Distribution SDK" version 1.0.9 is a PHP file that has certain tags in its header comment area
Please take the time to fix the following:
- Text Domain: The text domain name must use dashes instead of underscores, and it must be lowercase
- Description: Please don't use more than 140 characters for the plugin description (currently 168 characters long)
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("eacsoftwareregistry-distribution-sdk.php" instead of "eacSoftwareRegistry_Distribution_SDK.php")
- Domain Path: The domain path points to an invalid folder, "/languages" does not exist
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
There were no executable files found in this plugin971 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
Markdown | 1 | 111 | 0 | 564 |
PHP | 2 | 28 | 148 | 222 |
Smarty | 1 | 52 | 126 | 185 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.22 |
Average class complexity | 8.50 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 16.00 |
Average method complexity | 5.00 |
▷ Minimum method complexity | 2.00 |
▷ Maximum method complexity | 8.00 |
Code structure | ||
---|---|---|
Namespaces | 2 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 4 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 4 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 3 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 3 | 100.00% |
Constants | 2 | |
▷ Global constants | 1 | 50.00% |
▷ Class constants | 1 | 50.00% |
▷ Public constants | 1 | 100.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
No PNG images were found in this plugin