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.08MB] [CPU: ▼5.18ms] Passed 4 tests
A check of server-side resources used by AI Scribe - Content Writer, OpenAI GPT
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.56 ▲0.09 | 48.35 ▲8.78 |
Dashboard /wp-admin | 3.40 ▲0.09 | 47.66 ▼0.26 |
Posts /wp-admin/edit.php | 3.51 ▲0.15 | 44.93 ▼7.26 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 82.77 ▼12.58 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 35.95 ▼0.60 |
AI Scribe /wp-admin/admin.php?page=aiscribe-app | 3.29 | 32.50 |
Settings /wp-admin/admin.php?page=aiscribe-settings | 3.29 | 32.04 |
Server storage [IO: ▲0.90MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 19 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
can_compress_scripts |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for AI Scribe - Content Writer, OpenAI GPT
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,837 ▲76 | 14.24 ▼0.02 | 1.87 ▲0.15 | 43.65 ▼1.09 |
Dashboard /wp-admin | 2,215 ▲41 | 5.64 ▼0.05 | 83.87 ▼15.11 | 39.79 ▼3.53 |
Posts /wp-admin/edit.php | 2,120 ▲20 | 2.02 ▲0.01 | 36.02 ▲2.15 | 34.42 ▼0.00 |
Add New Post /wp-admin/post-new.php | 1,559 ▲33 | 24.23 ▲1.07 | 666.82 ▼14.38 | 55.53 ▲0.32 |
Media Library /wp-admin/upload.php | 1,426 ▲23 | 4.17 ▼0.06 | 93.82 ▼12.45 | 40.70 ▼1.54 |
AI Scribe /wp-admin/admin.php?page=aiscribe-app | 1,042 | 5.02 | 120.65 | 107.53 |
Settings /wp-admin/admin.php?page=aiscribe-settings | 1,027 | 6.72 | 140.82 | 51.65 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- The uninstall procedure has failed, leaving 6 options in the database
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
- db_upgraded
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Even though everything seems fine, this is not an exhaustive test
SRP Passed 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
Everything seems fine, however this is by no means an exhaustive test
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 86% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Attributes that need to be fixed:
- Screenshots: These screenshots lack descriptions #10, #11, #4, #5, #6, #7, #8, #9 in ai-scribe/assets to your readme.txt
ai-scribe/ai-scribe.php 77% from 13 tests
The principal PHP file in "AI Scribe - Content Writer, OpenAI GPT" v. 1.4 is loaded by WordPress automatically on each request
The following require your attention:
- Domain Path: The domain path should be prefixed with a forward slash character ("/languages")
- Domain Path: You should use only dashes and lowercase characters for the domain path ("languages")
- Text Domain: If you choose to specify the text domain, it must be the same as the plugin slug; optional since WordPress version 4.6
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
There were no executable files found in this plugin1,185 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PO File | 1 | 274 | 547 | 697 |
PHP | 9 | 232 | 189 | 466 |
CSS | 2 | 5 | 0 | 18 |
JSON | 2 | 0 | 0 | 2 |
JavaScript | 2 | 0 | 0 | 2 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.37 |
Average class complexity | 12.75 |
▷ Minimum class complexity | 5.00 |
▷ Maximum class complexity | 22.00 |
Average method complexity | 3.94 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 22.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 1 | 25.00% |
Methods | 19 | |
▷ Static methods | 1 | 5.26% |
▷ Public methods | 16 | 84.21% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 3 | 15.79% |
Functions | 20 | |
▷ Named functions | 11 | 55.00% |
▷ Anonymous functions | 9 | 45.00% |
Constants | 8 | |
▷ Global constants | 8 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.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