KD Submissions 1.0.5

Does KD Submissions work with WordPress 6.7.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 31.4 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.7.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 90+
WordPress.org page https://wordpress.org/plugins/kd-submissions/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

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=kd-submissions%2Fkd-submissions.php&plugin_status=all&paged=1&s&_wpnonce=809bcf1077
Aspect after-activation
HTTP status 200
Load time 0.381 s
Memory usage 3.53 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.268 s
Memory usage 3.45 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.368 s0.288 s-0.080 s3.48 MiB3.52 MiB+ 37.05 KiB
/wp-admin/edit.php0.220 s0.193 s-0.027 s3.54 MiB3.58 MiB+ 37.93 KiB
/wp-admin/post-new.php0.870 s0.609 s-0.261 s5.92 MiB5.97 MiB+ 41.48 KiB
/wp-admin/upload.php0.795 s0.365 s-0.430 s3.5 MiB3.51 MiB+ 18.95 KiB
/wp-admin/options-writing.php0.214 s0.192 s-0.022 s3.47 MiB3.49 MiB+ 22.95 KiB
/wp-admin/media-new.php0.290 s0.251 s-0.039 s3.46 MiB3.49 MiB+ 31.14 KiB
/wp-admin/edit-tags.php?taxonomy=category0.183 s0.206 s+0.023 s3.48 MiB3.52 MiB+ 41.81 KiB
/wp-admin/post-new.php?post_type=page0.742 s0.795 s+0.053 s5.92 MiB5.95 MiB+ 37.01 KiB
/wp-admin/options-discussion.php0.316 s0.309 s-0.007 s3.47 MiB3.49 MiB+ 19.45 KiB
/wp-admin/edit-comments.php0.207 s0.224 s+0.017 s3.49 MiB3.51 MiB+ 18.95 KiB
/0.338 s0.209 s-0.129 s3.41 MiB3.45 MiB+ 38.66 KiB
Average 0.413 s0.331 s-0.082 s3.92 MiB3.95 MiB+ 31.4 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
JavaScript
CSS
Language % Lines of code Comment lines Files
PHP33.3%1,0361094
JavaScript32.6%1,0141052
CSS31.5%982331
Markdown1.9%6001
SVG0.7%2317
Total 3,115 248 15

PHP Code Analysis | More results »

Lines of code 792
Total complexity 87
Median class complexity 0.0
Median method complexity 0.0
Most complex class
Most complex function keyd_filter_submissions_by_form()
Classes 0
Methods 0
Functions 19

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 2

PHP Error Log 17 lines

[15-Jan-2025 13:15:56 UTC] WordPress database error Can't create table `wordpress`.`wp_submission_comments` (errno: 150 "Foreign key constraint is incorrectly formed") for query CREATE TABLE IF NOT EXISTS wp_submission_comments (
        id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
        submission_id BIGINT(20) UNSIGNED NOT NULL,
        comment TEXT NOT NULL,
        created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
        PRIMARY KEY (id),
        FOREIGN KEY (submission_id) REFERENCES wp_e_submissions(id) ON DELETE CASCADE
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_kd-submissions/kd-submissions.php'), WP_Hook->do_action, WP_Hook->apply_filters, keyd_submissions_update_database_schema, dbDelta
[15-Jan-2025 13:15:56 UTC] WordPress database error Can't create table `wordpress`.`wp_submission_statuses` (errno: 150 "Foreign key constraint is incorrectly formed") for query CREATE TABLE IF NOT EXISTS wp_submission_statuses (
        id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
        submission_id BIGINT(20) UNSIGNED NOT NULL,
        status_id BIGINT(20) UNSIGNED NOT NULL,
        PRIMARY KEY (id),
        UNIQUE (submission_id, status_id),
        FOREIGN KEY (submission_id) REFERENCES wp_e_submissions(id) ON DELETE CASCADE,
        FOREIGN KEY (status_id) REFERENCES wp_statuses(id) ON DELETE CASCADE
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_kd-submissions/kd-submissions.php'), WP_Hook->do_action, WP_Hook->apply_filters, keyd_submissions_update_database_schema, dbDelta
See also: All tests for this plugin