WP Fulltext Search 1.37.101

Does WP Fulltext Search work with WordPress 5.5.3 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
36PHP notices
46Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 95.15 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.072 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version5.5.3
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 1,000+
WordPress.org page https://wordpress.org/plugins/fulltext-search/
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=fulltext-search%2Ffulltext-search.php&plugin_status=all&paged=1&s&_wpnonce=0b40e4acbb
Aspect after-activation
HTTP status 200
Load time 0.997 s
Memory usage 2.74 MiB
JS errors None
Resource errors None

Full Text Search

Page screenshot: Full Text Search
URL /wp-admin/admin.php?page=wpfts-options
Aspect menu-item
HTTP status 200
Load time 0.837 s
Memory usage 2.88 MiB
JS errors None
Resource errors None

Full Text Search → Indexing Engine

Page screenshot: Full Text Search → Indexing Engine
URL /wp-admin/admin.php?page=wpfts-options-indexing-engine
Aspect menu-item
HTTP status 200
Load time 0.596 s
Memory usage 2.87 MiB
JS errors None
Resource errors None

Full Text Search → Search & Output

Page screenshot: Full Text Search → Search & Output
URL /wp-admin/admin.php?page=wpfts-options-search-relevance
Aspect menu-item
HTTP status 200
Load time 0.782 s
Memory usage 2.87 MiB
JS errors None
Resource errors None

Full Text Search → Sandbox Area

Page screenshot: Full Text Search → Sandbox Area
URL /wp-admin/admin.php?page=wpfts-options-sandbox-area
Aspect menu-item
HTTP status 200
Load time 0.586 s
Memory usage 2.87 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.727 s
Memory usage 2.66 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 0.731 s
Memory usage 2.8 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.531 s0.572 s+0.041 s2.75 MiB2.85 MiB+ 100.75 KiB
/wp-admin/edit.php0.268 s0.377 s+0.109 s2.8 MiB2.89 MiB+ 99.98 KiB
/wp-admin/post-new.php1.689 s2.145 s+0.456 s4.55 MiB4.65 MiB+ 111.72 KiB
/wp-admin/upload.php0.693 s0.475 s-0.218 s2.63 MiB2.72 MiB+ 90.82 KiB
/wp-admin/options-writing.php0.201 s0.223 s+0.022 s2.64 MiB2.7 MiB+ 58.8 KiB
/wp-admin/media-new.php0.249 s0.224 s-0.025 s2.6 MiB2.7 MiB+ 92.87 KiB
/wp-admin/edit-tags.php?taxonomy=category0.208 s0.224 s+0.016 s2.64 MiB2.73 MiB+ 91.9 KiB
/wp-admin/post-new.php?post_type=page1.511 s1.663 s+0.152 s4.53 MiB4.64 MiB+ 111.64 KiB
/wp-admin/options-discussion.php0.372 s0.520 s+0.148 s2.61 MiB2.7 MiB+ 91.3 KiB
/wp-admin/edit-comments.php0.245 s0.285 s+0.040 s2.65 MiB2.74 MiB+ 90.26 KiB
/0.351 s0.398 s+0.047 s2.56 MiB2.66 MiB+ 106.59 KiB
Average 0.574 s0.646 s+0.072 s3 MiB3.09 MiB+ 95.15 KiB

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.

Options wp_options 5

Sidebar Widgets 1

ID Name
wpfts_custom_widgetWPFTS :: Live Search

PHP Error Log 210 lines

[02-Nov-2020 12:25:07 UTC] WordPress database error Table 'wordpress.wpftsi_docs' doesn't exist for query select distinct `token` from `wpftsi_docs` limit 100 made by do_action('toplevel_page_wpfts-options'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/search-relevance.php'), WPFTS_Output->step3_relevance_box, WPFTS_Core->get_cluster_types, WPFTS_Index->getClusters
[02-Nov-2020 12:25:07 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				sum(if (build_time != 0, 1, 0)) n_inindex, 
				sum(if ((force_rebuild = 0) and (build_time != 0), 1, 0)) n_actual,
				sum(if ((force_rebuild != 0) or (build_time = 0), 1, 0)) n_pending
			from `wpftsi_index` 
			where `tsrc` = "wp_posts" made by do_action('toplevel_page_wpfts-options'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/sidebar.php'), WPFTS_Output->status_box, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:07 UTC] WordPress database error Table 'wordpress.wpftsi_words' doesn't exist for query select 
					sum(if(`act` = -1, 0, 1)) nw_act,
					count(id) nw_total
				from `wpftsi_words` made by do_action('toplevel_page_wpfts-options'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/sidebar.php'), WPFTS_Output->status_box, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:07 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:07 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:07 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:07 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:07 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				sum(if (build_time != 0, 1, 0)) n_inindex, 
				sum(if ((force_rebuild = 0) and (build_time != 0), 1, 0)) n_actual,
				sum(if ((force_rebuild != 0) or (build_time = 0), 1, 0)) n_pending
			from `wpftsi_index` 
			where `tsrc` = "wp_posts" made by do_action('wp_ajax_wpftsi_ping'), WP_Hook->do_action, WP_Hook->apply_filters, WPFTS_Core->ajax_ping, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:07 UTC] WordPress database error Table 'wordpress.wpftsi_words' doesn't exist for query select 
					sum(if(`act` = -1, 0, 1)) nw_act,
					count(id) nw_total
				from `wpftsi_words` made by do_action('wp_ajax_wpftsi_ping'), WP_Hook->do_action, WP_Hook->apply_filters, WPFTS_Core->ajax_ping, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:07 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:07 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:07 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:07 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:08 UTC] WordPress database error Table 'wordpress.wpftsi_docs' doesn't exist for query select distinct `token` from `wpftsi_docs` limit 100 made by do_action('full-text-search_page_wpfts-options-indexing-engine'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/search-relevance.php'), WPFTS_Output->step3_relevance_box, WPFTS_Core->get_cluster_types, WPFTS_Index->getClusters
[02-Nov-2020 12:25:08 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				sum(if (build_time != 0, 1, 0)) n_inindex, 
				sum(if ((force_rebuild = 0) and (build_time != 0), 1, 0)) n_actual,
				sum(if ((force_rebuild != 0) or (build_time = 0), 1, 0)) n_pending
			from `wpftsi_index` 
			where `tsrc` = "wp_posts" made by do_action('full-text-search_page_wpfts-options-indexing-engine'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/sidebar.php'), WPFTS_Output->status_box, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:08 UTC] WordPress database error Table 'wordpress.wpftsi_words' doesn't exist for query select 
					sum(if(`act` = -1, 0, 1)) nw_act,
					count(id) nw_total
				from `wpftsi_words` made by do_action('full-text-search_page_wpfts-options-indexing-engine'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/sidebar.php'), WPFTS_Output->status_box, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:08 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:08 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:08 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:08 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:08 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				sum(if (build_time != 0, 1, 0)) n_inindex, 
				sum(if ((force_rebuild = 0) and (build_time != 0), 1, 0)) n_actual,
				sum(if ((force_rebuild != 0) or (build_time = 0), 1, 0)) n_pending
			from `wpftsi_index` 
			where `tsrc` = "wp_posts" made by do_action('wp_ajax_wpftsi_ping'), WP_Hook->do_action, WP_Hook->apply_filters, WPFTS_Core->ajax_ping, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:08 UTC] WordPress database error Table 'wordpress.wpftsi_words' doesn't exist for query select 
					sum(if(`act` = -1, 0, 1)) nw_act,
					count(id) nw_total
				from `wpftsi_words` made by do_action('wp_ajax_wpftsi_ping'), WP_Hook->do_action, WP_Hook->apply_filters, WPFTS_Core->ajax_ping, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:08 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:08 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:08 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:08 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:09 UTC] WordPress database error Table 'wordpress.wpftsi_docs' doesn't exist for query select distinct `token` from `wpftsi_docs` limit 100 made by do_action('full-text-search_page_wpfts-options-search-relevance'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/search-relevance.php'), WPFTS_Output->step3_relevance_box, WPFTS_Core->get_cluster_types, WPFTS_Index->getClusters
[02-Nov-2020 12:25:09 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				sum(if (build_time != 0, 1, 0)) n_inindex, 
				sum(if ((force_rebuild = 0) and (build_time != 0), 1, 0)) n_actual,
				sum(if ((force_rebuild != 0) or (build_time = 0), 1, 0)) n_pending
			from `wpftsi_index` 
			where `tsrc` = "wp_posts" made by do_action('full-text-search_page_wpfts-options-search-relevance'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/sidebar.php'), WPFTS_Output->status_box, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:09 UTC] WordPress database error Table 'wordpress.wpftsi_words' doesn't exist for query select 
					sum(if(`act` = -1, 0, 1)) nw_act,
					count(id) nw_total
				from `wpftsi_words` made by do_action('full-text-search_page_wpfts-options-search-relevance'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/sidebar.php'), WPFTS_Output->status_box, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:09 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:09 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:09 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:09 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:10 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				sum(if (build_time != 0, 1, 0)) n_inindex, 
				sum(if ((force_rebuild = 0) and (build_time != 0), 1, 0)) n_actual,
				sum(if ((force_rebuild != 0) or (build_time = 0), 1, 0)) n_pending
			from `wpftsi_index` 
			where `tsrc` = "wp_posts" made by do_action('wp_ajax_wpftsi_ping'), WP_Hook->do_action, WP_Hook->apply_filters, WPFTS_Core->ajax_ping, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:10 UTC] WordPress database error Table 'wordpress.wpftsi_words' doesn't exist for query select 
					sum(if(`act` = -1, 0, 1)) nw_act,
					count(id) nw_total
				from `wpftsi_words` made by do_action('wp_ajax_wpftsi_ping'), WP_Hook->do_action, WP_Hook->apply_filters, WPFTS_Core->ajax_ping, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:10 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:10 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:10 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:10 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[02-Nov-2020 12:25:10 UTC] WordPress database error Table 'wordpress.wpftsi_docs' doesn't exist for query select distinct `token` from `wpftsi_docs` limit 100 made by do_action('full-text-search_page_wpfts-options-sandbox-area'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/search-relevance.php'), WPFTS_Output->step3_relevance_box, WPFTS_Core->get_cluster_types, WPFTS_Index->getClusters
[02-Nov-2020 12:25:10 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				sum(if (build_time != 0, 1, 0)) n_inindex, 
				sum(if ((force_rebuild = 0) and (build_time != 0), 1, 0)) n_actual,
				sum(if ((force_rebuild != 0) or (build_time = 0), 1, 0)) n_pending
			from `wpftsi_index` 
			where `tsrc` = "wp_posts" made by do_action('full-text-search_page_wpfts-options-sandbox-area'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/sidebar.php'), WPFTS_Output->status_box, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:10 UTC] WordPress database error Table 'wordpress.wpftsi_words' doesn't exist for query select 
					sum(if(`act` = -1, 0, 1)) nw_act,
					count(id) nw_total
				from `wpftsi_words` made by do_action('full-text-search_page_wpfts-options-sandbox-area'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_option_page, require('/plugins/fulltext-search/includes/templates/admin_page.php'), require('/plugins/fulltext-search/includes/templates/sidebar.php'), WPFTS_Output->status_box, WPFTS_Core->get_status, WPFTS_Index->get_status
[02-Nov-2020 12:25:10 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[02-Nov-2020 12:25:10 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734

(+110 more lines)
See also: All tests for this plugin, How to Hide WP Fast Total Search - The Power of Indexed Search Admin Menus