Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲1.11MB] [CPU: ▲1.79ms] Passed 4 tests
This is a short check of server-side resources used by Mantiq - Visual Backend & Workflow Builder For WordPress
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.59 ▲1.13 | 49.70 ▲9.25 |
Dashboard /wp-admin | 4.43 ▲1.13 | 57.04 ▲9.35 |
Posts /wp-admin/edit.php | 4.48 ▲1.12 | 53.21 ▼2.51 |
Add New Post /wp-admin/post-new.php | 7.05 ▲1.16 | 92.85 ▼8.93 |
Media Library /wp-admin/upload.php | 4.29 ▲1.06 | 50.59 ▲14.40 |
Server storage [IO: ▲3.25MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 486 new files
Database: 2 new tables, 7 new options
New tables |
---|
wp_mantiq_log |
wp_mantiq_workflows |
New WordPress options |
---|
mantiq_database_version |
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
Mantiq - Visual Backend & Workflow Builder For WordPress: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,818 ▲72 | 14.73 ▲0.51 | 2.15 ▲0.06 | 43.18 ▼2.25 |
Dashboard /wp-admin | 2,227 ▲39 | 4.84 ▼1.01 | 95.42 ▼15.32 | 40.74 ▼3.58 |
Posts /wp-admin/edit.php | 2,107 ▲18 | 2.01 ▲0.03 | 38.20 ▼2.76 | 35.74 ▼4.01 |
Add New Post /wp-admin/post-new.php | 1,547 ▲14 | 23.18 ▲0.12 | 717.16 ▲77.48 | 59.40 ▲7.53 |
Media Library /wp-admin/upload.php | 1,407 ▲16 | 4.24 ▲0.01 | 103.13 ▼0.33 | 46.62 ▲3.20 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
You still need to fix the following
- The plugin did not uninstall successfully, leaving 2 tables in the database
- wp_mantiq_log
- wp_mantiq_workflows
- Zombie WordPress options were found after uninstall: 7 options
- mantiq_database_version
- db_upgraded
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected
SRP 0% from 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 following issues need your attention
- 13× PHP files output text when accessed directly (only 10 are shown):
- > /wp-content/plugins/mantiq/editor/views/actions/options/get-option.php
- > /wp-content/plugins/mantiq/editor/views/actions/options/create-option.php
- > /wp-content/plugins/mantiq/editor/views/actions/options/update-option.php
- > /wp-content/plugins/mantiq/editor/views/partials/app.php
- > /wp-content/plugins/mantiq/editor/views/index.php
- > /wp-content/plugins/mantiq/editor/views/partials/workflow-editor-canvas.php
- > /wp-content/plugins/mantiq/editor/views/partials/notifications-center.php
- > /wp-content/plugins/mantiq/editor/views/partials/outputs-viewer.php
- > /wp-content/plugins/mantiq/editor/views/partials/condition-branch-node.php
- > /wp-content/plugins/mantiq/editor/views/partials/errors-viewer.php
- 219× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Class 'MantiqVendors\\Symfony\\Component\\ExpressionLanguage\ode\ode' not found in wp-content/plugins/mantiq/vendor/symfony/expression-language/Node/NameNode.php:21
- > PHP Fatal error
Uncaught Error: Class 'MantiqVendors\\Symfony\\Component\\Cache\\Adapter\\AbstractAdapter' not found in wp-content/plugins/mantiq/vendor/symfony/cache/Adapter/DoctrineAdapter.php:22
- > PHP Fatal error
Uncaught Error: Interface 'MantiqVendors\\Symfony\\Component\\Cache\\Marshaller\\MarshallerInterface' not found in wp-content/plugins/mantiq/vendor/symfony/cache/Marshaller/DefaultMarshaller.php:21
- > PHP Fatal error
Uncaught Error: Class 'MantiqVendors\\Symfony\\Component\\ExpressionLanguage\ode\ode' not found in wp-content/plugins/mantiq/vendor/symfony/expression-language/Node/BinaryNode.php:22
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/mantiq/editor/views/actions/metadata/get-metadata.php:3
- > PHP Fatal error
Uncaught Error: Class 'Mantiq\\Support\\RestRoute' not found in wp-content/plugins/mantiq/src/Http/Routes/CreateWorkflowRoute.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_attr_e() in wp-content/plugins/mantiq/editor/views/partials/variable-finder.php:5
- > PHP Fatal error
Uncaught Error: Class 'Mantiq\\Models\\TriggerEvent' not found in wp-content/plugins/mantiq/src/Triggers/Events/Developers/PageHead.php:7
- > PHP Fatal error
Uncaught Error: Class 'Mantiq\\Models\\Model' not found in wp-content/plugins/mantiq/src/Models/Workflow.php:17
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/mantiq/editor/views/actions/comments/get-comment.php:3
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
Optimizations
Plugin configuration 83% 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: workflow, automation, process, visual backend, no-code
mantiq/plugin.php 62% from 13 tests
"Mantiq - Visual Backend & Workflow Builder For WordPress" version 1.4.0's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
The following require your attention:
- Requires at least: The required version number did not match the one declared in readme.txt ("5.0.0" instead of "5.0")
- Main file name: The principal plugin file should be the same as the plugin slug ("mantiq.php" instead of "plugin.php")
- Description: Please keep the plugin description shorter than 140 characters (currently 166 characters long)
- Domain Path: The domain path should be prefixed with a forward slash character ("/languages")
- Domain Path: The domain path should use only dashes and lowercase characters ("languages")
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
There were no executable files found in this plugin35,278 lines of code in 372 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 339 | 4,079 | 5,177 | 21,220 |
CSS | 1 | 14 | 34 | 11,000 |
JavaScript | 2 | 911 | 1,267 | 1,541 |
JSON | 12 | 0 | 0 | 1,196 |
Markdown | 16 | 102 | 0 | 304 |
HTML | 1 | 0 | 1 | 16 |
SVG | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.44 |
Average class complexity | 9.61 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 177.00 |
Average method complexity | 2.51 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 53.00 |
Code structure | ||
---|---|---|
Namespaces | 60 | |
Interfaces | 24 | |
Traits | 12 | |
Classes | 239 | |
▷ Abstract classes | 10 | 4.18% |
▷ Concrete classes | 229 | 95.82% |
▷ Final classes | 11 | 4.80% |
Methods | 1,357 | |
▷ Static methods | 206 | 15.18% |
▷ Public methods | 1,180 | 86.96% |
▷ Protected methods | 115 | 8.47% |
▷ Private methods | 62 | 4.57% |
Functions | 113 | |
▷ Named functions | 15 | 13.27% |
▷ Anonymous functions | 98 | 86.73% |
Constants | 85 | |
▷ Global constants | 1 | 1.18% |
▷ Class constants | 84 | 98.82% |
▷ Public constants | 66 | 78.57% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
PNG images were not found in this plugin