Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.01MB] [CPU: ▼4.05ms] Passed 4 tests
Analyzing server-side resources used by Timeline Module for Beaver Builder
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 35.73 ▼6.84 |
Dashboard /wp-admin | 3.32 ▲0.01 | 45.25 ▼3.59 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 46.76 ▼3.75 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 108.06 ▲8.41 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 32.99 ▼2.01 |
Server storage [IO: ▲0.22MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 12 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-posts |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for Timeline Module for Beaver Builder
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,811 ▲65 | 13.24 ▼1.05 | 1.70 ▲0.00 | 41.66 ▲1.67 |
Dashboard /wp-admin | 2,217 ▲29 | 4.86 ▼0.06 | 106.92 ▼7.92 | 44.25 ▲2.30 |
Posts /wp-admin/edit.php | 2,099 ▲7 | 2.05 ▼0.00 | 39.97 ▼0.03 | 39.49 ▲4.39 |
Add New Post /wp-admin/post-new.php | 1,544 ▲2 | 23.23 ▲0.04 | 621.17 ▼40.16 | 51.58 ▲0.67 |
Media Library /wp-admin/upload.php | 1,402 ▲14 | 4.26 ▲0.04 | 97.98 ▼3.50 | 41.78 ▼2.46 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
You still need to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for 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 | 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 items
- 2× PHP files output text when accessed directly:
- > /wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.php
- > /wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.js.php
- 59× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Notice
Trying to get property 'timeline_title_custom_line_height' of non-object in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.css.php on line 20
- > PHP Notice
Undefined variable: settings in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.css.php on line 44
- > PHP Notice
Undefined variable: settings in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.css.php on line 21
- > PHP Notice
Trying to get property 'timeline_title_color' of non-object in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.css.php on line 21
- > PHP Notice
Undefined variable: id in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.css.php on line 24
- > PHP Notice
Trying to get property 'timeline_dec_custom_size' of non-object in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.css.php on line 38
- > PHP Notice
Trying to get property 'timeline1' of non-object in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.js.php on line 16
- > PHP Notice
Undefined variable: settings in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.css.php on line 20
- > PHP Fatal error
Uncaught Error: Class 'FLBuilderColor' not found in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.css.php:66
- > PHP Notice
Undefined variable: settings in wp-content/plugins/timeline-for-beaver-builder/timeline-for-beaver-builder-module/includes/frontend.php on line 12
- > PHP Notice
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
6 plugin tags: bb timeline, timeline module for beaver builder, drag and drop timeline, timelines, page builder timeline...
timeline-for-beaver-builder/timeline-for-beaver-builder.php 92% from 13 tests
The entry point to "Timeline Module for Beaver Builder" version 1.1.2 is a PHP file that has certain tags in its header comment area
The following require your attention:
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
Good job! No executable or dangerous file extensions detected5,064 lines of code in 9 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 2 | 575 | 19 | 3,121 |
PHP | 5 | 195 | 139 | 1,807 |
JavaScript | 2 | 26 | 14 | 136 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.27 |
Average class complexity | 4.00 |
▷ Minimum class complexity | 4.00 |
▷ Maximum class complexity | 4.00 |
Average method complexity | 2.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 4.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 | 6 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 6 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.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
All PNG images should be compressed to minimize bandwidth usage for end users
No PNG files were detected