WP Fulltext Search 1.38.106

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: 94.55 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.075 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=f8539cd29c
Aspect after-activation
HTTP status 200
Load time 0.453 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.803 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.577 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.537 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.679 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.655 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.867 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.499 s0.644 s+0.145 s2.75 MiB2.85 MiB+ 99.5 KiB
/wp-admin/edit.php0.231 s0.284 s+0.053 s2.8 MiB2.9 MiB+ 104.23 KiB
/wp-admin/post-new.php1.587 s2.129 s+0.542 s4.54 MiB4.65 MiB+ 110.47 KiB
/wp-admin/upload.php0.628 s0.446 s-0.182 s2.63 MiB2.72 MiB+ 89.57 KiB
/wp-admin/options-writing.php0.172 s0.215 s+0.043 s2.64 MiB2.7 MiB+ 57.55 KiB
/wp-admin/media-new.php0.227 s0.199 s-0.028 s2.6 MiB2.69 MiB+ 91.62 KiB
/wp-admin/edit-tags.php?taxonomy=category0.192 s0.212 s+0.020 s2.64 MiB2.73 MiB+ 90.65 KiB
/wp-admin/post-new.php?post_type=page1.387 s1.600 s+0.213 s4.53 MiB4.64 MiB+ 110.39 KiB
/wp-admin/options-discussion.php0.507 s0.481 s-0.026 s2.61 MiB2.7 MiB+ 90.05 KiB
/wp-admin/edit-comments.php0.299 s0.247 s-0.052 s2.65 MiB2.73 MiB+ 89.01 KiB
/0.266 s0.366 s+0.100 s2.56 MiB2.66 MiB+ 107.01 KiB
Average 0.545 s0.620 s+0.075 s3 MiB3.09 MiB+ 94.55 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

[09-Nov-2020 03:17:33 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
[09-Nov-2020 03:17:33 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
[09-Nov-2020 03:17:33 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
[09-Nov-2020 03:17:33 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1783
[09-Nov-2020 03:17:33 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 1783
[09-Nov-2020 03:17:33 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1784
[09-Nov-2020 03:17:33 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 1784
[09-Nov-2020 03:17:34 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
[09-Nov-2020 03:17:34 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
[09-Nov-2020 03:17:34 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1783
[09-Nov-2020 03:17:34 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 1783
[09-Nov-2020 03:17:34 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1784
[09-Nov-2020 03:17:34 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 1784
[09-Nov-2020 03:17:35 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
[09-Nov-2020 03:17:35 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
[09-Nov-2020 03:17:35 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
[09-Nov-2020 03:17:35 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1783
[09-Nov-2020 03:17:35 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 1783
[09-Nov-2020 03:17:35 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1784
[09-Nov-2020 03:17:35 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 1784
[09-Nov-2020 03:17:35 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
[09-Nov-2020 03:17:35 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
[09-Nov-2020 03:17:35 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1783
[09-Nov-2020 03:17:35 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 1783
[09-Nov-2020 03:17:35 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1784
[09-Nov-2020 03:17:35 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 1784
[09-Nov-2020 03:17:36 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
[09-Nov-2020 03:17:36 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
[09-Nov-2020 03:17:36 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
[09-Nov-2020 03:17:36 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1783
[09-Nov-2020 03:17:36 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 1783
[09-Nov-2020 03:17:36 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1784
[09-Nov-2020 03:17:36 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 1784
[09-Nov-2020 03:17:36 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
[09-Nov-2020 03:17:36 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
[09-Nov-2020 03:17:36 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1783
[09-Nov-2020 03:17:36 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 1783
[09-Nov-2020 03:17:36 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1784
[09-Nov-2020 03:17:36 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 1784
[09-Nov-2020 03:17:37 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
[09-Nov-2020 03:17:37 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
[09-Nov-2020 03:17:37 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
[09-Nov-2020 03:17:37 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1783
[09-Nov-2020 03:17:37 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 1783

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