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 gracefully, with no errors
Server metrics [RAM: ▲0.49MB] [CPU: ▲4.14ms] Passed 4 tests
A check of server-side resources used by IMAQ CORE
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.94 ▲0.48 | 41.80 ▲0.71 |
Dashboard /wp-admin | 3.77 ▲0.47 | 51.49 ▼0.41 |
Posts /wp-admin/edit.php | 3.89 ▲0.53 | 68.87 ▲22.72 |
Add New Post /wp-admin/post-new.php | 6.72 ▲0.84 | 104.42 ▲11.72 |
Media Library /wp-admin/upload.php | 3.70 ▲0.47 | 39.91 ▲4.54 |
IMAQ URL Settings /wp-admin/options-general.php?page=IMAQ_url_settings | 3.66 | 34.11 |
View Members /wp-admin/edit.php?post_type=team | 3.74 | 38.09 |
Category /wp-admin/edit-tags.php?taxonomy=journal_article_cat&post_type=journal_article | 3.69 | 37.47 |
Category /wp-admin/edit-tags.php?taxonomy=team_cat&post_type=team | 3.69 | 35.46 |
Add Journal Article /wp-admin/post-new.php?post_type=journal_article | 6.71 | 89.89 |
View Events /wp-admin/edit.php?post_type=event | 3.74 | 39.63 |
View Journal Articles /wp-admin/edit.php?post_type=journal_article | 3.74 | 38.66 |
Category /wp-admin/edit-tags.php?taxonomy=book_cat&post_type=book | 3.69 | 38.24 |
Add Event /wp-admin/post-new.php?post_type=event | 6.71 | 92.36 |
View Books /wp-admin/edit.php?post_type=book | 3.74 | 37.81 |
Server storage [IO: ▲0.44MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
No storage issues were detected
Filesystem: 56 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
IMAQ CORE: an overview of browser usage
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,065 ▲308 | 13.72 ▼0.87 | 7.28 ▲5.37 | 39.07 ▼4.52 |
Dashboard /wp-admin | 2,340 ▲155 | 5.90 ▲0.09 | 108.27 ▼22.73 | 46.04 ▼4.99 |
Posts /wp-admin/edit.php | 2,222 ▲133 | 2.02 ▼0.01 | 40.60 ▲5.44 | 37.38 ▲3.21 |
Add New Post /wp-admin/post-new.php | 1,628 ▲114 | 17.81 ▲0.33 | 612.80 ▼96.20 | 54.08 ▲0.98 |
Media Library /wp-admin/upload.php | 1,525 ▲140 | 4.26 ▲0.05 | 98.84 ▼6.65 | 43.71 ▼3.94 |
IMAQ URL Settings /wp-admin/options-general.php?page=IMAQ_url_settings | 965 | 2.19 | 25.18 | 24.37 |
View Members /wp-admin/edit.php?post_type=team | 1,194 | 1.99 | 31.95 | 31.84 |
Category /wp-admin/edit-tags.php?taxonomy=journal_article_cat&post_type=journal_article | 1,399 | 2.29 | 27.19 | 29.90 |
Category /wp-admin/edit-tags.php?taxonomy=team_cat&post_type=team | 1,396 | 2.30 | 27.29 | 29.77 |
Add Journal Article /wp-admin/post-new.php?post_type=journal_article | 6,549 | 24.61 | 900.05 | 31.02 |
View Events /wp-admin/edit.php?post_type=event | 1,191 | 2.00 | 31.37 | 32.28 |
View Journal Articles /wp-admin/edit.php?post_type=journal_article | 1,184 | 1.96 | 33.51 | 32.49 |
Category /wp-admin/edit-tags.php?taxonomy=book_cat&post_type=book | 1,393 | 2.32 | 27.75 | 31.09 |
Add Event /wp-admin/post-new.php?post_type=event | 1,622 | 16.86 | 722.48 | 33.17 |
View Books /wp-admin/edit.php?post_type=book | 1,176 | 2.01 | 36.42 | 33.19 |
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
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-comments
- widget_theysaidso_widget
- db_upgraded
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 0% 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
Almost there! Just fix the following items
- 6× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/imaq-core/academix-core.php
- > /wp-content/plugins/imaq-core/custom-posts/event.php
- > /wp-content/plugins/imaq-core/custom-posts/team.php
- > /wp-content/plugins/imaq-core/custom-posts/book.php
- > /wp-content/plugins/imaq-core/custom-posts/journal-article.php
- > /wp-content/plugins/imaq-core/kc-addons/kc-blocks-load.php
- 39× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/imaq-core/shortcodes/fluent-form-shortcode.php:51
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/imaq-core/shortcodes/event-list-shortcode.php:133
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/imaq-core/kc-addons/rushmore-journal-article.php:11
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/imaq-core/shortcodes/team-profile-section-shortcode.php:182
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/imaq-core/libs/AcademixCorePermalink.php:7
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/imaq-core/kc-addons/rushmore-info-block-image.php:11
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/imaq-core/kc-addons/rushmore-selected-publications.php:11
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/imaq-core/kc-addons/rushmore-book-list.php:11
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/imaq-core/shortcodes/button-shortcode.php:63
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/imaq-core/shortcodes/info-block-icon-shortcode.php:63
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% 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
Attributes that need to be fixed:
- Screenshots: Screenshot #1 (Example of multiple predefined demo imports, that a user can choose from.) image required
imaq-core/academix-core.php 85% from 13 tests
The entry point to "IMAQ CORE" version 1.2.1 is a PHP file that has certain tags in its header comment area
You should first fix the following items:
- Description: Please don't use more than 140 characters for the plugin description (currently 185 characters long)
- Main file name: The principal plugin file should be the same as the plugin slug ("imaq-core.php" instead of "academix-core.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
There were no executable files found in this plugin5,096 lines of code in 54 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 45 | 775 | 369 | 4,972 |
JavaScript | 5 | 12 | 22 | 74 |
Sass | 1 | 0 | 0 | 28 |
CSS | 3 | 1 | 1 | 22 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.41 |
Average class complexity | 3.50 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 5.00 |
Average method complexity | 1.62 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 5.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 9 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 8 | 88.89% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 1 | 11.11% |
Functions | 58 | |
▷ Named functions | 54 | 93.10% |
▷ Anonymous functions | 4 | 6.90% |
Constants | 1 | |
▷ Global constants | 1 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
PNG images were not found in this plugin