Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.00MB] [CPU: ▼2.89ms] Passed 4 tests
This is a short check of server-side resources used by AI Content toolbox - make content valuable and valuable content
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 36.45 ▼3.40 |
Dashboard /wp-admin | 3.32 ▼0.02 | 49.52 ▼11.46 |
Posts /wp-admin/edit.php | 3.37 ▲0.02 | 44.37 ▲1.57 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.03 | 92.22 ▲6.12 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 35.16 ▲1.75 |
Neuwo /wp-admin/options-general.php?page=neuwo_plugin | 3.21 | 30.84 |
Server storage [IO: ▲1.50MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
No storage issues were detected
Filesystem: 24 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
db_upgraded |
widget_recent-comments |
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
This is an overview of browser requirements for AI Content toolbox - make content valuable and valuable content
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.34 ▼0.38 | 1.90 ▲0.11 | 42.25 ▼2.56 |
Dashboard /wp-admin | 2,199 ▲19 | 5.52 ▼0.15 | 81.68 ▼17.45 | 36.45 ▼5.93 |
Posts /wp-admin/edit.php | 2,101 ▲1 | 2.01 ▲0.00 | 33.99 ▼1.41 | 34.20 ▼0.27 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.31 ▲0.04 | 596.84 ▼102.01 | 54.63 ▼8.51 |
Media Library /wp-admin/upload.php | 1,404 ▲4 | 4.26 ▲0.08 | 94.26 ▼7.99 | 42.15 ▲0.23 |
Neuwo /wp-admin/options-general.php?page=neuwo_plugin | 920 | 2.13 | 21.38 | 28.51 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
You still need to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-comments
- theysaidso_admin_options
- widget_theysaidso_widget
- db_upgraded
- can_compress_scripts
- widget_recent-posts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though no errors were found, this is by no means an exhaustive 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 items
- 5× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function register_uninstall_hook() in wp-content/plugins/neuwo/settings.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/neuwo/functions.php:14
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/neuwo/metabox.php:40
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/neuwo/gutenberg.php:40
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/neuwo/neuwo.php:18
- > 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, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
These attributes need to be fixed:
- Screenshots: Add images for these screenshots: #1 (Go to settings and request the token by submitting your email.), #2 (You will in return receive an email with the token.), #3 (Insert token and enable Neuwo), #4 (A Get Keywords button will appear. Push that button and Neuwo AI tags will return the topics of the text. You can hit the + sign and the category will be added as a tag.), #5 (AI writer prompting: Write a paragraph of text in the article about the topic [title]. Use these keywords [tags]. Continue from this text: [content])
- Contributors: The plugin contributors field is missing
neuwo/neuwo.php 92% from 13 tests
This is the main PHP file of "AI Content toolbox - make content valuable and valuable content" version 1.2, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
The following require your attention:
- Domain Path: The domain path folder was not found ("/public/lang")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Good job! No executable or dangerous file extensions detected37,681 lines of code in 20 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JSON | 2 | 0 | 0 | 36,270 |
PHP | 6 | 235 | 179 | 970 |
JavaScript | 9 | 67 | 41 | 366 |
Sass | 1 | 11 | 0 | 50 |
CSS | 2 | 4 | 0 | 25 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.37 |
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 | 46 | |
▷ Named functions | 35 | 76.09% |
▷ Anonymous functions | 11 | 23.91% |
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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There are no PNG files in this plugin