TableGen - Data Table Generator 1.0.5

Does "TableGen - Data Table Generator" work with WordPress 6.0.1 and PHP 7.4.8? A smoke test was performed on .

Summary

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

Memory usage: 78.32 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.0.1
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 300+
WordPress.org page https://wordpress.org/plugins/table-creator/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

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=table-creator%2Ftablegen-data-table-generator.php&plugin_status=all&paged=1&s&_wpnonce=16cfaaf640
Aspect after-activation
HTTP status 200
Load time 0.341 s
Memory usage 3.74 MiB
JS errors None
Resource errors None

Table Generator

Page screenshot: Table Generator
URL /wp-admin/admin.php?page=table-generator-all
Aspect menu-item
HTTP status 200
Load time 0.491 s
Memory usage 3.71 MiB
JS errors None
Resource errors None

Table Generator → Create table

Page screenshot: Table Generator → Create table
URL /wp-admin/admin.php?page=create-table-page
Aspect menu-item
HTTP status 200
Load time 0.189 s
Memory usage 3.76 MiB
JS errors None
Resource errors None

Table Generator → Export

Page screenshot: Table Generator → Export
URL /wp-admin/admin.php?page=attc-export
Aspect menu-item
HTTP status 200
Load time 0.215 s
Memory usage 3.73 MiB
JS errors None
Resource errors None

Table Generator → Import

Page screenshot: Table Generator → Import
URL /wp-admin/admin.php?page=attc-import
Aspect menu-item
HTTP status 200
Load time 0.272 s
Memory usage 3.73 MiB
JS errors None
Resource errors None

Table Generator → Extensions

Page screenshot: Table Generator → Extensions
URL /wp-admin/admin.php?page=attc-extension
Aspect menu-item
HTTP status 200
Load time 0.181 s
Memory usage 3.74 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.312 s
Memory usage 3.66 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.377 s0.344 s-0.033 s3.72 MiB3.83 MiB+ 114.18 KiB
/wp-admin/edit.php0.212 s0.231 s+0.019 s3.75 MiB3.87 MiB+ 113.47 KiB
/wp-admin/post-new.php1.117 s1.310 s+0.193 s5.55 MiB5.6 MiB+ 58.54 KiB
/wp-admin/upload.php0.477 s0.414 s-0.063 s3.68 MiB3.73 MiB+ 49.05 KiB
/wp-admin/options-writing.php0.180 s0.162 s-0.018 s3.62 MiB3.71 MiB+ 92.95 KiB
/wp-admin/media-new.php0.527 s0.221 s-0.306 s3.66 MiB3.71 MiB+ 49.22 KiB
/wp-admin/edit-tags.php?taxonomy=category0.201 s0.321 s+0.120 s3.69 MiB3.74 MiB+ 50.13 KiB
/wp-admin/post-new.php?post_type=page1.016 s1.329 s+0.313 s5.54 MiB5.59 MiB+ 50.13 KiB
/wp-admin/options-discussion.php0.238 s0.222 s-0.016 s3.6 MiB3.71 MiB+ 113.53 KiB
/wp-admin/edit-comments.php0.240 s0.228 s-0.012 s3.69 MiB3.8 MiB+ 113.07 KiB
/0.291 s0.252 s-0.039 s3.6 MiB3.66 MiB+ 57.23 KiB
Average 0.443 s0.458 s+0.014 s4.01 MiB4.09 MiB+ 78.32 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
CSS
JavaScript
Language % Lines of code Comment lines Files
PHP50.4%4,9252,61527
CSS37.1%3,62528011
JavaScript9.6%9341726
SVG2.9%28801
Total 9,772 3,067 45

PHP Code Analysis | More results »

Lines of code 4,229
Total complexity 1,051
Median class complexity 40.5
Median method complexity 2.0
Most complex class Spreadsheet_Excel_Reader
Most complex function Spreadsheet_Excel_Reader::_parsesheet()
Classes 16
Methods 250
Functions 9

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

Options wp_options 1

PHP Error Log 18 lines

[17-Jul-2022 12:40:55 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rows INT(11) COLLATE utf8mb4_unicode_ci NOT NULL,
                    cols INT(1' at line 6 for query CREATE TABLE IF NOT EXISTS wp_at_table_creator(
                    ID INT(11) unsigned NOT NULL AUTO_INCREMENT,
                    name TINYTEXT COLLATE utf8mb4_unicode_ci NOT NULL,
                    description TINYTEXT COLLATE utf8mb4_unicode_ci NOT NULL,
                    author TINYTEXT COLLATE utf8mb4_unicode_ci NOT NULL,
                    rows INT(11) COLLATE utf8mb4_unicode_ci NOT NULL,
                    cols INT(11) COLLATE utf8mb4_unicode_ci NOT NULL,
                    color TINYTEXT COLLATE utf8mb4_unicode_ci NOT NULL,
                    responsive tinyint(1) NOT NULL DEFAULT '0',
                    content LONGTEXT COLLATE utf8mb4_unicode_ci NOT NULL,
                    date timestamp NULL DEFAULT CURRENT_TIMESTAMP,
                    PRIMARY KEY  (ID)
                ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_table-creator/tablegen-data-table-generator.php'), WP_Hook->do_action, WP_Hook->apply_filters, Table_generator_by_aazztech->prepare_plugin, ATTC_database->create_table, dbDelta
[17-Jul-2022 12:40:56 UTC] WordPress database error Table 'wordpress.wp_at_table_creator' doesn't exist for query SELECT COUNT(*) FROM wp_at_table_creator made by do_action('toplevel_page_table-generator-all'), WP_Hook->do_action, WP_Hook->apply_filters, ATTC_controller->render_view, ATTC_controller->show_all_tables, ATTC_list_table->prepare_items, ATTC_database->get_count
[17-Jul-2022 12:40:56 UTC] WordPress database error Table 'wordpress.wp_at_table_creator' doesn't exist for query SELECT * FROM wp_at_table_creator ORDER BY ID DESC LIMIT 0, 20 made by do_action('toplevel_page_table-generator-all'), WP_Hook->do_action, WP_Hook->apply_filters, ATTC_controller->render_view, ATTC_controller->show_all_tables, ATTC_list_table->prepare_items, ATTC_database->get_page_items
[17-Jul-2022 12:40:58 UTC] WordPress database error Table 'wordpress.wp_at_table_creator' doesn't exist for query SELECT * FROM wp_at_table_creator made by do_action('table-generator_page_attc-export'), WP_Hook->do_action, WP_Hook->apply_filters, ATTC_controller->show_export_view, ATTC_database->get_all
[17-Jul-2022 12:40:59 UTC] WordPress database error Table 'wordpress.wp_at_table_creator' doesn't exist for query SELECT * FROM wp_at_table_creator made by do_action('table-generator_page_attc-import'), WP_Hook->do_action, WP_Hook->apply_filters, ATTC_controller->show_import_view, ATTC_database->get_all
See also: All tests for this plugin, How to Hide TableGen - Data Table Generator Admin Menus