QuickTasker 1.37.0

Does QuickTasker work with WordPress 6.8.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
3Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 219.69 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.8.1
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/quicktasker/
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=quicktasker%2Fquicktasker.php&plugin_status=all&paged=1&s&_wpnonce=04261b7953
Aspect after-activation
HTTP status 200
Load time 0.874 s
Memory usage 3.63 MiB
JS errors None
Resource errors None

QuickTasker

Page screenshot: QuickTasker
URL /wp-admin/admin.php?page=wp-quick-tasks
Aspect menu-item
HTTP status 200
Load time 0.483 s
Memory usage 3.59 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.206 s
Memory usage 3.64 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.347 s0.320 s-0.027 s3.51 MiB3.61 MiB+ 110.45 KiB
/wp-admin/edit.php0.212 s0.232 s+0.020 s3.57 MiB3.67 MiB+ 104.33 KiB
/wp-admin/post-new.php0.847 s0.662 s-0.185 s6.06 MiB6.76 MiB+ 719 KiB
/wp-admin/upload.php0.800 s0.487 s-0.313 s3.52 MiB3.61 MiB+ 87.6 KiB
/wp-admin/options-writing.php0.244 s0.198 s-0.046 s3.5 MiB3.59 MiB+ 91.59 KiB
/wp-admin/media-new.php0.289 s0.263 s-0.026 s3.49 MiB3.59 MiB+ 99.79 KiB
/wp-admin/edit-tags.php?taxonomy=category0.206 s0.216 s+0.010 s3.5 MiB3.61 MiB+ 110.46 KiB
/wp-admin/post-new.php?post_type=page0.786 s0.617 s-0.169 s6.05 MiB6.75 MiB+ 714.52 KiB
/wp-admin/options-discussion.php0.486 s0.237 s-0.249 s3.5 MiB3.59 MiB+ 88.09 KiB
/wp-admin/edit-comments.php0.255 s0.188 s-0.067 s3.52 MiB3.61 MiB+ 87.59 KiB
/0.327 s0.177 s-0.150 s3.44 MiB3.64 MiB+ 203.12 KiB
Average 0.436 s0.327 s-0.109 s3.97 MiB4.18 MiB+ 219.69 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.

TypeScript
PHP
Language % Lines of code Comment lines Files
TypeScript56.1%24,062454345
PHP30.4%13,0282,58791
CSS7.6%3,24220915
HTML2.4%1,05117010
PO File2.1%8804851
XML1.3%57388
JavaScript0.2%8015
JSON0.0%202
Total 42,918 3,914 477

PHP Code Analysis | More results »

Lines of code 12,123
Total complexity 1,698
Median class complexity 7.0
Median method complexity 2.0
Most complex class tFPDF
Most complex function wpqt_register_api_routes()
Classes 57
Methods 420
Functions 26

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 17

Options wp_options 4

Capabilities 6

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
See also: All tests for this plugin, How to Hide QuickTasker Admin Menus