CustomTables 1.4.5

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

Summary

Errors
1PHP fatal errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 53.06 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 <10
WordPress.org page https://wordpress.org/plugins/customtables/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 9

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=customtables%2FCustomTables.php&plugin_status=all&paged=1&s&_wpnonce=c2c81c78b0
Aspect after-activation
HTTP status 200
Load time 0.347 s
Memory usage 3.56 MiB
JS errors None
Resource errors None

Custom Tables

Page screenshot: Custom Tables
URL /wp-admin/admin.php?page=customtables
Aspect menu-item
HTTP status 200
Load time 0.179 s
Memory usage 3.53 MiB
JS errors None
Resource errors None

Custom Tables → Tables

Page screenshot: Custom Tables → Tables
URL /wp-admin/admin.php?page=customtables-tables
Aspect menu-item
HTTP status 200
Load time 0.506 s
Memory usage N/A
JS errors None
Resource errors None

Custom Tables → Layouts

Page screenshot: Custom Tables → Layouts
URL /wp-admin/admin.php?page=customtables-layouts
Aspect menu-item
HTTP status 200
Load time 0.295 s
Memory usage 3.69 MiB
JS errors None
Resource errors None

Custom Tables → Import Tables

Page screenshot: Custom Tables → Import Tables
URL /wp-admin/admin.php?page=customtables-import-tables
Aspect menu-item
HTTP status 200
Load time 0.192 s
Memory usage 3.53 MiB
JS errors None
Resource errors None

Custom Tables → Database Schema

Page screenshot: Custom Tables → Database Schema
URL /wp-admin/admin.php?page=customtables-schema
Aspect menu-item
HTTP status 200
Load time 0.241 s
Memory usage 3.78 MiB
JS errors None
Resource errors None

Custom Tables → Documentation

Page screenshot: Custom Tables → Documentation
URL /wp-admin/admin.php?page=customtables-documentation
Aspect menu-item
HTTP status 200
Load time 0.386 s
Memory usage 4.15 MiB
JS errors None
Resource errors None

Custom Tables → Settings

Page screenshot: Custom Tables → Settings
URL /wp-admin/admin.php?page=customtables-settings
Aspect menu-item
HTTP status 200
Load time 0.211 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.272 s
Memory usage 3.43 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.454 s0.430 s-0.024 s3.48 MiB3.55 MiB+ 75.13 KiB
/wp-admin/edit.php0.216 s0.206 s-0.010 s3.54 MiB3.62 MiB+ 75.52 KiB
/wp-admin/post-new.php0.837 s1.301 s+0.464 s5.92 MiB5.97 MiB+ 43.38 KiB
/wp-admin/upload.php0.776 s0.506 s-0.270 s3.49 MiB3.55 MiB+ 57.91 KiB
/wp-admin/options-writing.php0.208 s0.212 s+0.004 s3.47 MiB3.53 MiB+ 62.3 KiB
/wp-admin/media-new.php0.257 s0.206 s-0.051 s3.46 MiB3.53 MiB+ 70.5 KiB
/wp-admin/edit-tags.php?taxonomy=category0.180 s0.196 s+0.016 s3.47 MiB3.55 MiB+ 81.27 KiB
/wp-admin/post-new.php?post_type=page1.187 s0.795 s-0.392 s5.92 MiB5.96 MiB+ 38.95 KiB
/wp-admin/options-discussion.php0.317 s0.247 s-0.070 s3.47 MiB3.53 MiB+ 58.8 KiB
/wp-admin/edit-comments.php0.227 s0.177 s-0.050 s3.49 MiB3.55 MiB+ 58.46 KiB
/0.311 s0.231 s-0.080 s3.47 MiB3.44 MiB- 38.53 KiB
Average 0.452 s0.410 s-0.042 s3.93 MiB3.98 MiB+ 53.06 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
Language % Lines of code Comment lines Files
PHP59.6%27,0595,577157
JavaScript26.0%11,81181822
CSS7.6%3,46113612
XML6.5%2,933953
JSON0.2%6903
Markdown0.1%4501
PO File0.1%3402
HTML0.0%602
Total 45,418 6,626 202

PHP Code Analysis | More results »

Lines of code 25,473
Total complexity 6,627
Median class complexity 22.0
Median method complexity 4.0
Most complex class CustomTables\Fields
Most complex function CustomTables\SaveFieldQuerySet::getSaveFieldSetType()
Classes 135
Methods 1,050
Functions 11

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 4

Options wp_options 1

PHP Error Log 11 lines

[10-Feb-2025 23:41:32 UTC] PHP Fatal error:  Uncaught TypeError: CustomTables\ListOfTables::getListQuery(): Argument #3 ($category) must be of type int, null given, called in /wp-content/plugins/customtables/inc/admin/class-admin-table-list.php on line 141 and defined in /wp-content/plugins/customtables/libraries/customtables/views/admin-listoftables.php:52
Stack trace:
#0 /wp-content/plugins/customtables/inc/admin/class-admin-table-list.php(141): CustomTables\ListOfTables->getListQuery()
#1 /wp-content/plugins/customtables/inc/admin/class-admin-table-list.php(90): CustomTablesWP\Inc\Admin\Admin_Table_List->get_data()
#2 /wp-content/plugins/customtables/inc/admin/class-admin.php(709): CustomTablesWP\Inc\Admin\Admin_Table_List->prepare_items()
#3 /wp-includes/class-wp-hook.php(324): CustomTablesWP\Inc\Admin\Admin->load_admin_table_list()
#4 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#5 /wp-includes/plugin.php(517): WP_Hook->do_action()
#6 /wp-admin/admin.php(259): do_action()
#7 {main}
  thrown in /wp-content/plugins/customtables/libraries/customtables/views/admin-listoftables.php on line 52
See also: All tests for this plugin, How to Hide CustomTables Admin Menus