Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
This plugin's installer ran successfully
Server metrics [RAM: ▲0.07MB] [CPU: ▼5.83ms] Passed 4 tests
Server-side resources used by Tag Wiki for WordPress
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.08 | 42.13 ▼2.16 |
Dashboard /wp-admin | 3.38 ▲0.08 | 48.27 ▼7.90 |
Posts /wp-admin/edit.php | 3.43 ▲0.07 | 45.25 ▼3.92 |
Add New Post /wp-admin/post-new.php | 5.96 ▲0.07 | 87.13 ▼9.32 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 36.47 ▲2.16 |
Tag Wiki Pages /wp-admin/edit.php?post_type=tag-wiki-page | 3.35 | 37.77 |
Tag Wiki for WordPress /wp-admin/options-general.php?page=tag_wiki_settings | 3.27 | 36.15 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 2 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
Browser metrics Passed 4 tests
Tag Wiki for WordPress: an overview of browser usage
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,814 ▲68 | 14.47 ▲0.16 | 1.78 ▲0.10 | 43.85 ▲0.16 |
Dashboard /wp-admin | 2,217 ▲32 | 5.85 ▼0.01 | 102.08 ▼23.39 | 37.70 ▼5.78 |
Posts /wp-admin/edit.php | 2,100 ▲11 | 1.99 ▼0.02 | 34.87 ▼3.03 | 35.12 ▼1.41 |
Add New Post /wp-admin/post-new.php | 1,542 ▲22 | 23.30 ▼0.21 | 635.63 ▼27.30 | 58.08 ▲6.63 |
Media Library /wp-admin/upload.php | 1,396 ▲11 | 4.19 ▲0.01 | 101.30 ▲0.59 | 43.02 ▲0.16 |
Tag Wiki Pages /wp-admin/edit.php?post_type=tag-wiki-page | 1,153 | 1.93 | 31.03 | 31.41 |
Tag Wiki for WordPress /wp-admin/options-general.php?page=tag_wiki_settings | 818 | 2.03 | 25.54 | 36.55 |
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
Please fix the following items
- This plugin does not fully uninstall, leaving 6 options in the database
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-posts
- theysaidso_admin_options
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
Good news, no errors were detected
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/tag-wiki/tag-wiki.php:21
- > 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 93% 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
5 plugin tags: content management, information architecture, wiki, tags, seo
tag-wiki/tag-wiki.php 85% from 13 tests
Analyzing the main PHP file in "Tag Wiki for WordPress" version 0.1
It is important to fix the following:
- Domain Path: The domain path points to an invalid folder, "/languages" does not exist
- Description: The description should be shorter than 140 characters (currently 470 characters long)
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
Success! There were no dangerous files found in this plugin214 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 18 | 23 | 214 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.24 |
Average class complexity | 19.00 |
▷ Minimum class complexity | 19.00 |
▷ Maximum class complexity | 19.00 |
Average method complexity | 2.38 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 11.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 | 13 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 11 | 84.62% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 2 | 15.38% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
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
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