QuickTasker 1.38.0

Does QuickTasker work with WordPress 6.8.2 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.49 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.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/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=59a9676747
Aspect after-activation
HTTP status 200
Load time 0.730 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.446 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.186 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.336 s0.308 s-0.028 s3.51 MiB3.61 MiB+ 109.77 KiB
/wp-admin/edit.php0.194 s0.192 s-0.002 s3.57 MiB3.67 MiB+ 104.33 KiB
/wp-admin/post-new.php0.743 s0.652 s-0.091 s6.06 MiB6.76 MiB+ 718.32 KiB
/wp-admin/upload.php0.600 s0.541 s-0.059 s3.52 MiB3.61 MiB+ 86.92 KiB
/wp-admin/options-writing.php0.216 s0.191 s-0.025 s3.5 MiB3.59 MiB+ 90.91 KiB
/wp-admin/media-new.php0.257 s0.233 s-0.024 s3.49 MiB3.59 MiB+ 99.11 KiB
/wp-admin/edit-tags.php?taxonomy=category0.241 s0.197 s-0.044 s3.5 MiB3.61 MiB+ 109.78 KiB
/wp-admin/post-new.php?post_type=page0.586 s0.591 s+0.005 s6.05 MiB6.75 MiB+ 713.84 KiB
/wp-admin/options-discussion.php0.417 s0.291 s-0.126 s3.5 MiB3.59 MiB+ 87.41 KiB
/wp-admin/edit-comments.php0.243 s0.423 s+0.180 s3.52 MiB3.61 MiB+ 86.91 KiB
/0.287 s0.185 s-0.102 s3.43 MiB3.64 MiB+ 207.09 KiB
Average 0.375 s0.346 s-0.029 s3.97 MiB4.18 MiB+ 219.49 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
TypeScript59.6%27,972630381
PHP28.0%13,1412,59091
CSS6.9%3,24820915
HTML2.2%1,05117010
PO File1.9%8804851
XML1.2%57388
JavaScript0.2%8015
JSON0.0%202
Total 46,947 4,093 513

PHP Code Analysis | More results »

Lines of code 12,236
Total complexity 1,726
Median class complexity 8.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

[26-Jul-2025 01:49:14 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
[26-Jul-2025 01:49:14 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
[26-Jul-2025 01:49:14 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