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.
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 17
wp_quicktasker_automations
wp_quicktasker_custom_fields
wp_quicktasker_custom_fields_values
wp_quicktasker_label_relations
wp_quicktasker_labels
wp_quicktasker_logs
wp_quicktasker_pipeline_settings
wp_quicktasker_pipeline_stages
wp_quicktasker_pipelines
wp_quicktasker_stages_location
wp_quicktasker_tasks
wp_quicktasker_tasks_location
wp_quicktasker_uploads
wp_quicktasker_user_pages
wp_quicktasker_user_sessions
wp_quicktasker_user_task
wp_quicktasker_users
Options wp_options4
quicktasker_db_migration_trigger
quicktasker_db_seeder_trigger
quicktasker_trigger_side_effect
wp_quicktasker_db_current_version
Capabilities 6
quicktasker_admin_role
quicktasker_admin_role_allow_delete
quicktasker_admin_role_manage_users
quicktasker_admin_role_manage_settings
quicktasker_admin_role_manage_archive
quicktasker_access_user_page_app
PHP Error Log 17 lines
[13-Jul-2025 13:12:10 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci ENGINE = innoDB' at line 15 for query CREATE TABLE wp_quicktasker_comments (
id int(11) NOT NULL AUTO_INCREMENT,
text text NOT NULL,
type_id int(11) NOT NULL,
type ENUM('task', 'quicktasker', 'wp-user') NOT NULL,
is_private tinyint(1) DEFAULT 1,
created_at datetime NOT NULL COMMENT 'UTC',
author_id int(11) DEFAULT NULL,
author_type ENUM('quicktasker', 'wp-user') NOT NULL,
PRIMARY KEY (id),
INDEX type_id (type_id),
INDEX type (type),
INDEX is_private (is_private),
INDEX author_id (author_id),
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci ENGINE = innoDB made by activate_plugin, do_action('activate_quicktasker/quicktasker.php'), WP_Hook->do_action, WP_Hook->apply_filters, wpqt_plugin_activate, wpqt_set_up_db, dbDelta
[13-Jul-2025 13:12:10 UTC] WordPress database error Table 'wordpress.wp_quicktasker_comments' doesn't exist for query ALTER TABLE wp_quicktasker_comments MODIFY author_id INT(11) DEFAULT NULL made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpqt_db_migrations, WPQT\DB\DBMigrateService->runMigrations, WPQT\DB\DBMigrateService->changeCommentAuthorIdToNullable
[13-Jul-2025 13:12:10 UTC] WordPress database error Table 'wordpress.wp_quicktasker_comments' doesn't exist for query ALTER TABLE wp_quicktasker_comments DROP COLUMN is_admin_comment made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpqt_db_migrations, WPQT\DB\DBMigrateService->runMigrations, WPQT\DB\DBMigrateService->dropCommentsIsAdminCommentColumn