Vivet Widget 1.0.0

Does Vivet Widget work with WordPress 7.0.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
6PHP warnings
42Database errors
No JavaScript exceptions
All test pages loaded successfully
1Resource error (CSS, JS, images, fonts and so on.)
  • 1 net::ERR_NAME_NOT_RESOLVED
Performance

Memory usage: 4.34 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 version7.0.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/vivet-widget/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

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=vivet-widget%2Fvivet_app_widget.php&plugin_status=all&paged=1&s&_wpnonce=4e0b986a72
Aspect after-activation
HTTP status 200
Load time 0.591 s
Memory usage 3.89 MiB
JS errors None
Resource errors None

Vivet widget

Page screenshot: Vivet widget
URL /wp-admin/admin.php?page=vivet-widget%2Fadmin%2Fadmin_landing.php
Requested URL /wp-admin/admin.php?page=vivet-widget/admin/admin_landing.php
Aspect menu-item
HTTP status 200
Load time 0.519 s
Memory usage 3.86 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.254 s
Memory usage 4.24 MiB
JS errors None
Resource errors
[
    {
        "status": null,
        "statusText": null,
        "url": "https://central.vivet.app/widget/view/.js",
        "errorString": "net::ERR_NAME_NOT_RESOLVED"
    }
]

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.675 s0.569 s-0.106 s3.92 MiB3.93 MiB+ 9.97 KiB
/wp-admin/edit.php0.555 s0.541 s-0.014 s3.98 MiB3.99 MiB+ 9.97 KiB
/wp-admin/post-new.php2.182 s2.007 s-0.175 s6.56 MiB6.57 MiB+ 14.71 KiB
/wp-admin/upload.php0.762 s0.789 s+0.027 s3.89 MiB3.88 MiB- 6.07 KiB
/wp-admin/options-writing.php0.566 s0.529 s-0.037 s3.86 MiB3.86 MiB- 2.7 KiB
/wp-admin/media-new.php0.614 s0.585 s-0.029 s3.85 MiB3.86 MiB+ 5.49 KiB
/wp-admin/edit-tags.php?taxonomy=category0.533 s0.993 s+0.460 s3.86 MiB3.88 MiB+ 10.66 KiB
/wp-admin/post-new.php?post_type=page1.897 s1.470 s-0.427 s6.55 MiB6.56 MiB+ 10.23 KiB
/wp-admin/options-discussion.php0.779 s1.067 s+0.288 s3.86 MiB3.86 MiB- 6.2 KiB
/wp-admin/edit-comments.php0.562 s0.581 s+0.019 s3.88 MiB3.88 MiB- 6.7 KiB
/0.332 s0.220 s-0.112 s4.23 MiB4.24 MiB+ 8.34 KiB
Average 0.860 s0.850 s-0.010 s4.41 MiB4.41 MiB+ 4.34 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%10693
CSS2.8%301
Total 109 9 4

PHP Code Analysis | More results »

Lines of code 63
Total complexity 6
Median class complexity 6.0
Median method complexity 1.0
Most complex class Vivet_Widget
Most complex function Vivet_Widget::vivet_app_widget_insert_script()
Classes 1
Methods 6
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 1

PHP Error Log 216 lines

[31-Jul-2026 00:44:47 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by activate_plugin, do_action('activate_vivet-widget/vivet_app_widget.php'), WP_Hook->do_action, WP_Hook->apply_filters, Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:47 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:48 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:49 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:49 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/vivet-widget/admin/admin_landing.php on line 6
[31-Jul-2026 00:44:49 UTC] PHP Warning:  Attempt to read property "landing_guid" on null in /wp-content/plugins/vivet-widget/admin/admin_landing.php on line 6
[31-Jul-2026 00:44:50 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:50 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/vivet-widget/vivet_app_widget.php on line 69
[31-Jul-2026 00:44:50 UTC] PHP Warning:  Attempt to read property "landing_guid" on null in /wp-content/plugins/vivet-widget/vivet_app_widget.php on line 69
[31-Jul-2026 00:44:51 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:52 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:52 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:52 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:55 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:55 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:55 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:55 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:55 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:55 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:55 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:55 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:56 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:56 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (
            `id` INT NOT NULL AUTO_INCREMENT , 
            `landing_guid` VARCHAR(255) NULL ,
            PRIMARY KEY (`id`)
        ) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/vivet-widget/vivet_app_widget.php'), Vivet_Widget::vivet_app_widget_activate
[31-Jul-2026 00:44:56 UTC] WordPress database error Table 'wp_vivet_app_widget' already exists for query CREATE TABLE wp_vivet_app_widget (

(+116 more lines)
See also: All tests for this plugin, How to Hide the "Vivet widget" Admin Menu