Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The following installer errors require your attention
- The plugin did not install without errors
- > User deprecated in wp-includes/functions.php+5453
Function get_page_by_title is deprecated since version 6.2.0! Use WP_Query instead.
Server metrics [RAM: ▲0.09MB] [CPU: ▲3.43ms] Passed 4 tests
This is a short check of server-side resources used by Curatora Stories by Curatora.io
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 50.50 ▲9.65 |
Dashboard /wp-admin | 3.39 ▲0.05 | 59.18 ▼8.04 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 58.31 ▲3.71 |
Add New Post /wp-admin/post-new.php | 6.07 ▲0.18 | 103.09 ▲8.41 |
Media Library /wp-admin/upload.php | 3.31 ▲0.09 | 45.97 ▲9.62 |
Categories /wp-admin/edit-tags.php?taxonomy=category&post_type=story | 3.31 | 46.25 |
All Stories /wp-admin/edit.php?post_type=story | 3.35 | 46.60 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=story | 3.31 | 41.33 |
Add New Story /wp-admin/post-new.php?post_type=story | 6.06 | 89.35 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
No storage issues were detected
Filesystem: 8 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-comments |
db_upgraded |
theysaidso_admin_options |
category_children |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by Curatora Stories by Curatora.io
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,840 ▲94 | 14.74 ▲0.35 | 2.06 ▲0.34 | 44.07 ▲3.01 |
Dashboard /wp-admin | 2,244 ▲53 | 4.84 ▼1.21 | 105.82 ▼0.04 | 40.39 ▼6.85 |
Posts /wp-admin/edit.php | 2,124 ▲35 | 1.99 ▼0.02 | 40.96 ▼0.51 | 37.70 ▼1.26 |
Add New Post /wp-admin/post-new.php | 1,566 ▲47 | 21.16 ▼1.86 | 683.55 ▲69.01 | 53.36 ▲2.55 |
Media Library /wp-admin/upload.php | 1,423 ▲35 | 4.29 ▲0.08 | 105.20 ▲1.29 | 49.35 ▲4.55 |
Categories /wp-admin/edit-tags.php?taxonomy=category&post_type=story | 1,475 | 2.14 | 31.52 | 35.39 |
All Stories /wp-admin/edit.php?post_type=story | 1,143 | 1.99 | 30.35 | 32.38 |
Tags /wp-admin/edit-tags.php?taxonomy=post_tag&post_type=story | 1,342 | 2.14 | 27.35 | 31.73 |
Add New Story /wp-admin/post-new.php?post_type=story | 1,549 | 16.94 | 883.38 | 31.38 |
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
These items require your attention
- Zombie WordPress options were found after uninstall: 7 options
- db_upgraded
- widget_recent-posts
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
- theysaidso_admin_options
- category_children
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Everything seems fine, however this is by no means 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
The SRP test was a success
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 94% from 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
These attributes need to be fixed:
- Screenshots: These screenshots need descriptions #1, #2, #3, #4 in content-curation-tool-by-curatora-io/assets to your readme.txt
content-curation-tool-by-curatora-io/curatora-stories.php 85% from 13 tests
"Curatora Stories by Curatora.io" version 1.0's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
It is important to fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 333 characters long)
- Main file name: It is recommended to name the main PHP file as the plugin slug ("content-curation-tool-by-curatora-io.php" instead of "curatora-stories.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Success! There were no dangerous files found in this plugin558 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 57 | 37 | 394 |
CSS | 1 | 38 | 5 | 164 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.17 |
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 | 11 | |
▷ Named functions | 11 | 100.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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There were not PNG files found in your plugin