Form Vibes 1.4.10

Does Form Vibes work with WordPress 6.5.2 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: 72.44 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 version6.5.2
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=8dae20d6ae
Aspect after-activation
HTTP status 200
Load time 0.416 s
Memory usage 3.68 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.935 s
Memory usage 3.42 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.822 s
Memory usage 3.42 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.504 s
Memory usage 3.42 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.583 s
Memory usage 3.42 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.229 s
Memory usage 3.42 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.427 s
Memory usage 3.52 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.10: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.399 s0.750 s+0.351 s3.44 MiB3.52 MiB+ 90.06 KiB
/wp-admin/edit.php0.293 s0.227 s-0.066 s3.46 MiB3.53 MiB+ 73.23 KiB
/wp-admin/post-new.php0.940 s0.619 s-0.321 s5.59 MiB5.69 MiB+ 101.27 KiB
/wp-admin/upload.php0.637 s0.542 s-0.095 s3.38 MiB3.44 MiB+ 59.3 KiB
/wp-admin/options-writing.php0.221 s0.215 s-0.006 s3.37 MiB3.42 MiB+ 53.16 KiB
/wp-admin/media-new.php0.319 s0.288 s-0.031 s3.35 MiB3.42 MiB+ 72.52 KiB
/wp-admin/edit-tags.php?taxonomy=category0.197 s0.211 s+0.014 s3.37 MiB3.44 MiB+ 76.29 KiB
/wp-admin/post-new.php?post_type=page0.576 s0.623 s+0.047 s5.59 MiB5.68 MiB+ 96.84 KiB
/wp-admin/options-discussion.php0.378 s0.273 s-0.105 s3.36 MiB3.42 MiB+ 62.94 KiB
/wp-admin/edit-comments.php0.253 s0.492 s+0.239 s3.39 MiB3.45 MiB+ 57.7 KiB
/0.324 s0.207 s-0.117 s3.37 MiB3.42 MiB+ 53.56 KiB
Average 0.412 s0.404 s-0.008 s3.79 MiB3.86 MiB+ 72.44 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,3122,23827
CSS2.2%9801
JavaScript0.5%2001
SVG0.1%505
Total 4,435 2,238 34

PHP Code Analysis | More results »

Lines of code 4,294
Total complexity 839
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

[10-Apr-2024 12:39:29 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
[10-Apr-2024 12:39:29 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
[10-Apr-2024 12:39:29 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
[10-Apr-2024 12:39:29 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
[10-Apr-2024 12:39:29 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
[10-Apr-2024 12:39:29 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
[10-Apr-2024 12:39:29 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
[10-Apr-2024 12:39:29 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
[10-Apr-2024 12:39:29 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 144
[10-Apr-2024 12:39:29 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 145
[10-Apr-2024 12:39:29 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 224
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39:36 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 144
[10-Apr-2024 12:39:36 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 145
[10-Apr-2024 12:39:36 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 224
[10-Apr-2024 12:39:46 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
[10-Apr-2024 12:39:46 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
[10-Apr-2024 12:39:46 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
[10-Apr-2024 12:39:46 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
[10-Apr-2024 12:39:46 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
[10-Apr-2024 12:39:46 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
[10-Apr-2024 12:39:46 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
[10-Apr-2024 12:39:46 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
[10-Apr-2024 12:39:46 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 144
[10-Apr-2024 12:39:46 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 145
[10-Apr-2024 12:39:46 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 224
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39: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
[10-Apr-2024 12:39:47 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 144
[10-Apr-2024 12:39:47 UTC] PHP Warning:  Array to string conversion in /wp-content/plugins/form-vibes/inc/modules/analytics/module.php on line 145
[10-Apr-2024 12:39: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