Vibes 1.1.0

Does Vibes work with WordPress 5.8.2 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
4PHP warnings
12Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 213.72 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version5.8.2
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 70+
WordPress.org page https://wordpress.org/plugins/vibes/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=vibes%2Fvibes.php&plugin_status=all&paged=1&s&_wpnonce=871b95c498
Aspect after-activation
HTTP status 200
Load time 0.534 s
Memory usage 3.4 MiB
JS errors None
Resource errors None

PerfOps One

Page screenshot: PerfOps One
URL /wp-admin/admin.php?page=perfopsone-dashboard
Aspect menu-item
HTTP status 200
Load time 0.326 s
Memory usage 3.25 MiB
JS errors None
Resource errors None

PerfOps One → Consoles

Page screenshot: PerfOps One → Consoles
URL /wp-admin/admin.php?page=perfopsone-consoles
Aspect menu-item
HTTP status 200
Load time 0.181 s
Memory usage 3.2 MiB
JS errors None
Resource errors None

PerfOps One → Analytics

Page screenshot: PerfOps One → Analytics
URL /wp-admin/admin.php?page=perfopsone-analytics
Aspect menu-item
HTTP status 200
Load time 0.196 s
Memory usage 3.25 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.257 s
Memory usage 3.05 MiB
JS errors None
Resource errors None

Dashboard ‹ Test site — WordPress

Page screenshot: Dashboard ‹ Test site — WordPress
URL /wp-admin/index.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.364 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.298 s0.360 s+0.062 s3.08 MiB3.34 MiB+ 264.23 KiB
/wp-admin/edit.php0.172 s0.260 s+0.088 s3.11 MiB3.37 MiB+ 263.42 KiB
/wp-admin/post-new.php0.753 s0.915 s+0.162 s5.27 MiB5.53 MiB+ 268.84 KiB
/wp-admin/upload.php0.394 s0.353 s-0.041 s3.03 MiB3.22 MiB+ 197.92 KiB
/wp-admin/options-writing.php0.165 s0.187 s+0.022 s3.02 MiB3.2 MiB+ 180.51 KiB
/wp-admin/media-new.php0.426 s0.372 s-0.054 s3.01 MiB3.2 MiB+ 198.72 KiB
/wp-admin/edit-tags.php?taxonomy=category0.182 s0.287 s+0.105 s3.04 MiB3.23 MiB+ 198.89 KiB
/wp-admin/post-new.php?post_type=page0.958 s0.677 s-0.281 s5.26 MiB5.46 MiB+ 203.8 KiB
/wp-admin/options-discussion.php0.241 s0.294 s+0.053 s3 MiB3.2 MiB+ 197.64 KiB
/wp-admin/edit-comments.php0.215 s0.242 s+0.027 s3.04 MiB3.26 MiB+ 221.95 KiB
/0.331 s0.271 s-0.060 s2.96 MiB3.11 MiB+ 155.05 KiB
Average 0.376 s0.383 s+0.008 s3.44 MiB3.65 MiB+ 213.72 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

JavaScript
PHP
SVG
Language % Lines of code Comment lines Files
JavaScript46.5%17,7932,65432
PHP36.0%13,7869,063147
SVG11.1%4,2511285
CSS5.7%2,17948
Markdown0.5%18207
JSON0.1%5302
TypeScript0.0%442
Total 38,248 11,726 483

PHP Code Analysis | More results »

Lines of code 12,073
Total complexity 2,599
Median class complexity 11.0
Median method complexity 2.0
Most complex class Vibes\Plugin\Feature\Analytics
Most complex function Vibes\Plugin\Feature\Analytics::__construct()
Classes 100
Methods 629
Functions 9

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 2

Options wp_options 5

Meta Boxes

{
    "dashboard": {
        "vibes_webvitals": {
            "title": "Web Vitals",
            "context": "normal"
        }
    }
}

PHP Error Log 16 lines

[19-Dec-2021 11:21:20 UTC] PHP Warning:  Invalid argument supplied for foreach() in /wp-content/plugins/vibes/includes/features/class-dashboard.php on line 74
[19-Dec-2021 11:21:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/admin.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/admin.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/admin.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:23 UTC] PHP Warning:  Invalid argument supplied for foreach() in /wp-content/plugins/vibes/includes/features/class-dashboard.php on line 74
[19-Dec-2021 11:21:23 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/index.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:24 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/edit.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:26 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/options-writing.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/edit-tags.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:29 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/options-discussion.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:29 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/edit-comments.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:29 UTC] PHP Warning:  Invalid argument supplied for foreach() in /wp-content/plugins/vibes/includes/features/class-dashboard.php on line 74
[19-Dec-2021 11:21:30 UTC] PHP Warning:  Invalid argument supplied for foreach() in /wp-content/plugins/vibes/includes/features/class-dashboard.php on line 74
[19-Dec-2021 11:21:30 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
[19-Dec-2021 11:21:30 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query INSERT INTO `wp_vibes_statistics` (`timestamp`,`site`,`endpoint`,`authent`,`country`,`class`,`device`) VALUES ('2021-12-19','1','/wp-admin/index.php','1','00','desktop','desktop') ON DUPLICATE KEY UPDATE ; made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Vibes\Plugin\Feature\Schema::write, Vibes\Plugin\Feature\Schema::write_statistics_records_to_database
See also: All tests for this plugin, How to Hide Vibes Admin Menus and Widgets