Form Vibes 1.4.9

Does Form Vibes work with WordPress 6.4.3 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
12PHP warnings
32PHP deprecation warnings
1JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

Page speed impact: 0.047 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.4.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 20,000+
WordPress.org page https://wordpress.org/plugins/form-vibes/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

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=form-vibes%2Fform-vibes.php&plugin_status=all&paged=1&s&_wpnonce=58edbc639d
Aspect after-activation
HTTP status 200
Load time 0.602 s
Memory usage 3.62 MiB
JS errors None
Resource errors None

Form Vibes

Page screenshot: Form Vibes
URL /wp-admin/admin.php?page=fv-leads
Aspect menu-item
HTTP status 200
Load time 0.873 s
Memory usage 3.36 MiB
JS errors None
Resource errors None

Form Vibes → Analytics

Page screenshot: Form Vibes → Analytics
URL /wp-admin/admin.php?page=fv-analytics
Aspect menu-item
HTTP status 200
Load time 0.765 s
Memory usage 3.36 MiB
JS errors None
Resource errors None

Form Vibes → Event Logs

Page screenshot: Form Vibes → Event Logs
URL /wp-admin/admin.php?page=fv-logs
Aspect menu-item
HTTP status 200
Load time 0.530 s
Memory usage 3.36 MiB
JS errors None
Resource errors None

Form Vibes → Settings

Page screenshot: Form Vibes → Settings
URL /wp-admin/admin.php?page=fv-db-settings
Aspect menu-item
HTTP status 200
Load time 0.935 s
Memory usage 3.36 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.261 s
Memory usage 3.36 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.469 s
Memory usage 3.47 MiB
JS errors
[
    {
        "message": "TypeError: Cannot read properties of null (reading 'appendChild')\n    at /wp-content/plugins/form-vibes/assets/script/add-dashboard-widget-gear-icon.js?ver=1.4.9:17:13",
        "trace": null,
        "code": null
    }
]
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.397 s0.763 s+0.366 s3.38 MiB3.47 MiB+ 90.06 KiB
/wp-admin/edit.php0.235 s0.267 s+0.032 s3.41 MiB3.48 MiB+ 73.23 KiB
/wp-admin/post-new.php0.927 s0.950 s+0.023 s5.46 MiB5.54 MiB+ 81.2 KiB
/wp-admin/upload.php0.627 s0.727 s+0.100 s3.32 MiB3.38 MiB+ 59.3 KiB
/wp-admin/options-writing.php0.256 s0.250 s-0.006 s3.32 MiB3.37 MiB+ 53.78 KiB
/wp-admin/media-new.php0.352 s0.335 s-0.017 s3.3 MiB3.37 MiB+ 72.52 KiB
/wp-admin/edit-tags.php?taxonomy=category0.229 s0.219 s-0.010 s3.31 MiB3.39 MiB+ 76.29 KiB
/wp-admin/post-new.php?post_type=page0.626 s0.662 s+0.036 s5.45 MiB5.53 MiB+ 80.79 KiB
/wp-admin/options-discussion.php0.458 s0.381 s-0.077 s3.3 MiB3.36 MiB+ 62.94 KiB
/wp-admin/edit-comments.php0.262 s0.402 s+0.140 s3.34 MiB3.39 MiB+ 57.7 KiB
/0.318 s0.253 s-0.065 s3.36 MiB3.36 MiB+ 960 bytes
Average 0.426 s0.474 s+0.047 s3.72 MiB3.79 MiB+ 64.43 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.

PHP
Language % Lines of code Comment lines Files
PHP97.2%4,3032,23827
CSS2.2%9801
JavaScript0.5%2001
SVG0.1%505
Total 4,426 2,238 34

PHP Code Analysis | More results »

Lines of code 4,285
Total complexity 838
Median class complexity 21.0
Median method complexity 2.0
Most complex class FormVibes\Classes\Utils
Most complex function FormVibes\Classes\Utils::get_dates()
Classes 26
Methods 219
Functions 0

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 3

Options wp_options 4

Meta Boxes

{
    "dashboard": {
        "form_vibes_widget-0": {
            "title": "Form Vibes Analytics",
            "context": "normal"
        }
    }
}

PHP Error Log 44 lines

[31-Jan-2024 11:22:28 UTC] PHP Deprecated:  Return type of Carbon\Carbon::__set_state($array) should either be compatible with DateTime::__set_state(array $array): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5248
[31-Jan-2024 11:22:28 UTC] PHP Deprecated:  Return type of Carbon\Carbon::createFromFormat($format, $time, $tz = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 883
[31-Jan-2024 11:22:28 UTC] PHP Deprecated:  Return type of Carbon\Carbon::getLastErrors() should either be compatible with DateTime::getLastErrors(): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 935
[31-Jan-2024 11:22:28 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setTimezone($value) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1394
[31-Jan-2024 11:22:28 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setDate($year, $month, $day) should either be compatible with DateTime::setDate(int $year, int $month, int $day): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1311
[31-Jan-2024 11:22:28 UTC] PHP Deprecated:  Return type of Carbon\Carbon::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5258
[31-Jan-2024 11:22:28 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[31-Jan-2024 11:22:28 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[31-Jan-2024 11:22:28 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 144
[31-Jan-2024 11:22:28 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 145
[31-Jan-2024 11:22:28 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 224
[31-Jan-2024 11:22:36 UTC] PHP Deprecated:  Return type of Carbon\Carbon::__set_state($array) should either be compatible with DateTime::__set_state(array $array): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5248
[31-Jan-2024 11:22:36 UTC] PHP Deprecated:  Return type of Carbon\Carbon::createFromFormat($format, $time, $tz = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 883
[31-Jan-2024 11:22:36 UTC] PHP Deprecated:  Return type of Carbon\Carbon::getLastErrors() should either be compatible with DateTime::getLastErrors(): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 935
[31-Jan-2024 11:22:36 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setTimezone($value) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1394
[31-Jan-2024 11:22:36 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setDate($year, $month, $day) should either be compatible with DateTime::setDate(int $year, int $month, int $day): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1311
[31-Jan-2024 11:22:36 UTC] PHP Deprecated:  Return type of Carbon\Carbon::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5258
[31-Jan-2024 11:22:36 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[31-Jan-2024 11:22:36 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[31-Jan-2024 11:22:36 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 144
[31-Jan-2024 11:22:36 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 145
[31-Jan-2024 11:22:36 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 224
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::__set_state($array) should either be compatible with DateTime::__set_state(array $array): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5248
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::createFromFormat($format, $time, $tz = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 883
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::getLastErrors() should either be compatible with DateTime::getLastErrors(): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 935
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setTimezone($value) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1394
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setDate($year, $month, $day) should either be compatible with DateTime::setDate(int $year, int $month, int $day): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1311
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5258
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[31-Jan-2024 11:22:47 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 144
[31-Jan-2024 11:22:47 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 145
[31-Jan-2024 11:22:47 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 224
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::__set_state($array) should either be compatible with DateTime::__set_state(array $array): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5248
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::createFromFormat($format, $time, $tz = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 883
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::getLastErrors() should either be compatible with DateTime::getLastErrors(): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 935
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setTimezone($value) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1394
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setDate($year, $month, $day) should either be compatible with DateTime::setDate(int $year, int $month, int $day): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1311
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  Return type of Carbon\Carbon::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5258
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[31-Jan-2024 11:22:47 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/form-vibes/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[31-Jan-2024 11:22:47 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 144
[31-Jan-2024 11:22:47 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 145
[31-Jan-2024 11:22:47 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 224
See also: All tests for this plugin, How to Hide Form Vibes Admin Menus and Widgets