Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▼0.01MB] [CPU: ▼9.51ms] Passed 4 tests
Analyzing server-side resources used by Clickable Links, Makes WordPress Post links Clickable
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 39.35 ▼4.34 |
Dashboard /wp-admin | 3.31 ▼0.04 | 50.84 ▼17.80 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 46.21 ▼6.80 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 86.71 ▼9.10 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 41.06 ▲3.57 |
Server storage [IO: ▲0.11MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 39 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
widget_recent-comments |
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
widget_recent-posts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Clickable Links, Makes WordPress Post links Clickable
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,814 ▲53 | 14.25 ▼0.03 | 1.94 ▲0.11 | 45.85 ▲5.56 |
Dashboard /wp-admin | 2,195 ▲15 | 5.63 ▲0.06 | 89.08 ▼4.39 | 39.20 ▼0.85 |
Posts /wp-admin/edit.php | 2,103 ▲3 | 2.01 ▲0.01 | 34.50 ▼5.92 | 35.06 ▼1.57 |
Add New Post /wp-admin/post-new.php | 1,526 ▼0 | 23.28 ▲0.10 | 692.72 ▲24.37 | 55.31 ▼5.21 |
Media Library /wp-admin/upload.php | 1,400 ▼3 | 4.24 ▲0.04 | 95.21 ▼13.61 | 45.99 ▼3.14 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- theysaidso_admin_options
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP 0% 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 take a closer look at the following
- 4× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/sim-clickable-links/vendor/devuri/wp-admin-page/src/example/sample-plugin/src/Admin/pages/my-plugin/my-plugin.admin.php
- > /wp-content/plugins/sim-clickable-links/vendor/devuri/wp-admin-page/src/example/sample-plugin/src/Admin/pages/my-plugin/my-plugin-slug.admin.php
- > /wp-content/plugins/sim-clickable-links/vendor/devuri/wp-admin-page/src/example/sample-plugin/src/Admin/pages/my-plugin/menu-two.admin.php
- > /wp-content/plugins/sim-clickable-links/vendor/devuri/wp-admin-page/src/example/sample-plugin/src/Admin/pages/my-plugin/etc.admin.php
- 2× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/sim-clickable-links/vendor/devuri/wp-admin-page/src/pages/footer.admin.php:8
- > PHP Fatal error
Uncaught Error: Class 'WPAdminPage\\AdminPage' not found in wp-content/plugins/sim-clickable-links/vendor/devuri/wp-admin-page/src/example/sample-plugin/src/Admin/MyPluginAdmin.php:5
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 86% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
These attributes need your attention:
- Screenshots: Screenshot #1 (2.) image missing
sim-clickable-links/clickable-links.php 77% from 13 tests
The main PHP file in "Clickable Links, Makes WordPress Post links Clickable" ver. 1.7.0 adds more information about the plugin and also serves as the entry point for this plugin
The following require your attention:
- Domain Path: Please prefix the domain path with a forward slash character ("/languages")
- Domain Path: Note that the domain path follows the same naming rules as the domain name, using only dashes and lowercase characters ("languages")
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("sim-clickable-links.php" instead of "clickable-links.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Everything looks great! No dangerous files found in this plugin1,543 lines of code in 28 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 20 | 375 | 777 | 1,250 |
CSS | 1 | 15 | 2 | 129 |
JSON | 3 | 0 | 0 | 92 |
Markdown | 1 | 20 | 0 | 69 |
HTML | 3 | 0 | 0 | 3 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.24 |
Average class complexity | 13.11 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 47.00 |
Average method complexity | 2.15 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 18.00 |
Code structure | ||
---|---|---|
Namespaces | 5 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 1 | 11.11% |
▷ Concrete classes | 8 | 88.89% |
▷ Final classes | 3 | 37.50% |
Methods | 94 | |
▷ Static methods | 22 | 23.40% |
▷ Public methods | 87 | 92.55% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 7 | 7.45% |
Functions | 3 | |
▷ Named functions | 1 | 33.33% |
▷ Anonymous functions | 2 | 66.67% |
Constants | 8 | |
▷ Global constants | 6 | 75.00% |
▷ Class constants | 2 | 25.00% |
▷ Public constants | 2 | 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 files were detected