Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
These installer errors require your attention
- This plugin did not install gracefully
- > User error in wp-content/plugins/contentde/php/contentdeController.php+210
Es kann keine Verbindung zum content.de Server hergestellt werden.Bitte stellen Sie sicher, dass PHP und die Module SOAP bzw. xmlrpc installiert, aktiviert und richtig konfiguriert sind.Folgender Fehler ist aufgetreten: there is no possible rpc module; php module "xmlrpc" is not installed or activated; php module "soap" is not installed or activated
Server metrics [RAM: ▲0.33MB] [CPU: ▼0.37ms] Passed 4 tests
Analyzing server-side resources used by content.de Wordpress-Plugin
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.84 ▲0.37 | 41.62 ▼3.49 |
Dashboard /wp-admin | 3.67 ▲0.36 | 48.85 ▲2.00 |
Posts /wp-admin/edit.php | 3.72 ▲0.36 | 51.69 ▲0.02 |
Add New Post /wp-admin/post-new.php | 6.19 ▲0.30 | 91.03 ▼0.02 |
Media Library /wp-admin/upload.php | 3.53 ▲0.30 | 38.79 ▲3.12 |
Server storage [IO: ▲0.13MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 26 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-posts |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
Checking browser requirements for content.de Wordpress-Plugin
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,813 ▲56 | 13.24 ▼0.76 | 1.63 ▼0.54 | 40.39 ▼4.65 |
Dashboard /wp-admin | 2,207 ▲19 | 5.88 ▲1.02 | 101.67 ▼4.52 | 78.16 ▲30.79 |
Posts /wp-admin/edit.php | 2,108 ▲19 | 1.98 ▼0.07 | 39.50 ▼0.96 | 34.84 ▼3.18 |
Add New Post /wp-admin/post-new.php | 1,679 ▲143 | 22.16 ▼1.01 | 630.51 ▲25.35 | 43.02 ▼6.13 |
Media Library /wp-admin/upload.php | 1,404 ▲13 | 4.16 ▼0.06 | 98.12 ▼5.13 | 43.88 ▼0.09 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% 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
- This plugin did not uninstall successfully, leaving 6 options in the database
- db_upgraded
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
The smoke test was a success, however most plugin functionality was not tested
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
Almost there! Just fix the following items
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/contentde/contentde.php:61
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Everything seems fine on the user side
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
These attributes need to be fixed:
- Tags: Too many tags (35 tag instead of maximum 10); only the first 5 tags are used in your directory listing
contentde/contentde.php Passed 13 tests
The main file in "content.de Wordpress-Plugin" v. 1.0.18 serves as a complement to information provided in readme.txt and as the entry point to the plugin
72 characters long description:
Verwalten Sie Ihre content.de Aufträge direkt aus Wordpress heraus.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Good job! No executable or dangerous file extensions detected3,311 lines of code in 24 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 17 | 590 | 923 | 2,632 |
JavaScript | 4 | 108 | 62 | 555 |
CSS | 3 | 36 | 0 | 124 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
Average class complexity | 15.91 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 72.00 |
Average method complexity | 2.25 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 17.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 11 | |
▷ Abstract classes | 1 | 9.09% |
▷ Concrete classes | 10 | 90.91% |
▷ Final classes | 0 | 0.00% |
Methods | 132 | |
▷ Static methods | 46 | 34.85% |
▷ Public methods | 112 | 84.85% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 20 | 15.15% |
Functions | 11 | |
▷ Named functions | 11 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 32 | |
▷ Global constants | 27 | 84.38% |
▷ Class constants | 5 | 15.62% |
▷ Public constants | 5 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
No PNG files were detected