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.00MB] [CPU: ▼2.03ms] Passed 4 tests
Server-side resources used by App Landing Template Blocks for WPBakery (Visual Composer) Page Builder
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 35.78 ▼5.47 |
Dashboard /wp-admin | 3.31 ▲0.00 | 46.15 ▼2.53 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 50.58 ▲4.38 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 85.76 ▼4.25 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 36.89 ▲4.14 |
Server storage [IO: ▲3.92MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 72 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
can_compress_scripts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
A check of browser resources used by App Landing Template Blocks for WPBakery (Visual Composer) Page Builder
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲65 | 13.29 ▼1.29 | 1.52 ▼0.49 | 42.24 ▼7.15 |
Dashboard /wp-admin | 2,206 ▲18 | 4.87 ▼1.01 | 109.88 ▲6.64 | 39.16 ▼6.08 |
Posts /wp-admin/edit.php | 2,086 ▼3 | 2.04 ▲0.04 | 37.27 ▲1.92 | 33.75 ▼3.06 |
Add New Post /wp-admin/post-new.php | 1,539 ▲6 | 23.04 ▲0.02 | 688.74 ▲42.22 | 50.82 ▼4.42 |
Media Library /wp-admin/upload.php | 1,391 ▲3 | 4.28 ▲0.11 | 99.77 ▼7.15 | 44.08 ▼0.30 |
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
The following items require your attention
- This plugin does not fully uninstall, leaving 6 options in the database
- widget_recent-posts
- db_upgraded
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-comments
- widget_theysaidso_widget
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 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please fix the following
- 1× PHP files output text when accessed directly:
- > /wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/app-template-wpbakery.php
- 12× PHP files trigger server-side errors or warnings when accessed directly (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Call to undefined function vc_map() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/modules/video-play.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/inc/templates/app.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function vc_map() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/modules/team-member.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function vc_map() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/modules/features.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function vc_map() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/modules/pricing-table.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function vc_map() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/modules/info-box.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function vc_map() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/modules/hero-section.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function vc_map() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/modules/heading.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function vc_map() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/modules/app-download-btn.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function vc_map() in wp-content/plugins/app-template-blocks-for-wpbakery-page-builder/modules/counter.php:2
- > 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)
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
Attributes that need to be fixed:
- Tags: Too many tags (16 tag instead of maximum 10); only the first 5 tags are used in your directory listing
app-template-blocks-for-wpbakery-page-builder/app-template-wpbakery.php 85% from 13 tests
This is the main PHP file of "App Landing Template Blocks for WPBakery (Visual Composer) Page Builder" version 2.0.2, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
It is important to fix the following:
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("app-template-blocks-for-wpbakery-page-builder.php" instead of "app-template-wpbakery.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Success! There were no dangerous files found in this plugin24,004 lines of code in 37 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 10 | 2,196 | 171 | 9,837 |
SVG | 4 | 1 | 3 | 9,503 |
PHP | 15 | 253 | 77 | 3,178 |
JavaScript | 7 | 387 | 194 | 1,477 |
HTML | 1 | 0 | 0 | 9 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.38 |
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 | 20 | |
▷ Named functions | 20 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
14 PNG files occupy 0.27MB with 0.11MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/img/14.png | 3.86KB | 2.49KB | ▼ 35.51% |
assets/img/02.png | 47.29KB | 22.50KB | ▼ 52.43% |
admin/img/hover_effects_icon.png | 2.06KB | 1.21KB | ▼ 41.43% |
admin/img/atvc-icon.png | 2.34KB | 2.17KB | ▼ 7.31% |
assets/img/header-bg.png | 89.94KB | 24.97KB | ▼ 72.24% |