WP Fulltext Search 1.36.98

Does WP Fulltext Search work with WordPress 5.5.1 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.18 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

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

Environment
WordPress version5.5.1
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=c47cb00333
Aspect after-activation
HTTP status 200
Load time 0.466 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.662 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.557 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.555 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.559 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.656 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.711 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.461 s0.427 s-0.034 s2.75 MiB2.85 MiB+ 100.75 KiB
/wp-admin/edit.php0.227 s0.290 s+0.063 s2.8 MiB2.89 MiB+ 99.98 KiB
/wp-admin/post-new.php1.620 s2.216 s+0.596 s4.54 MiB4.65 MiB+ 111.72 KiB
/wp-admin/upload.php0.797 s0.448 s-0.349 s2.63 MiB2.72 MiB+ 90.82 KiB
/wp-admin/options-writing.php0.173 s0.184 s+0.011 s2.64 MiB2.7 MiB+ 58.8 KiB
/wp-admin/media-new.php0.201 s0.217 s+0.016 s2.6 MiB2.7 MiB+ 92.87 KiB
/wp-admin/edit-tags.php?taxonomy=category0.199 s0.201 s+0.002 s2.64 MiB2.73 MiB+ 91.9 KiB
/wp-admin/post-new.php?post_type=page1.400 s1.493 s+0.093 s4.53 MiB4.64 MiB+ 111.64 KiB
/wp-admin/options-discussion.php0.323 s0.505 s+0.182 s2.61 MiB2.7 MiB+ 91.3 KiB
/wp-admin/edit-comments.php0.236 s0.231 s-0.005 s2.65 MiB2.74 MiB+ 90.26 KiB
/0.359 s0.352 s-0.007 s2.56 MiB2.66 MiB+ 106.95 KiB
Average 0.545 s0.597 s+0.052 s3 MiB3.09 MiB+ 95.18 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-Sep-2020 10:14: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('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-Sep-2020 10:14: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('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-Sep-2020 10:14: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('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-Sep-2020 10:14:35 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[09-Sep-2020 10:14: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 1734
[09-Sep-2020 10:14:35 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[09-Sep-2020 10:14: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 1735
[09-Sep-2020 10:14: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-Sep-2020 10:14: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-Sep-2020 10:14:36 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[09-Sep-2020 10:14: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 1734
[09-Sep-2020 10:14:36 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[09-Sep-2020 10:14: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 1735
[09-Sep-2020 10:14: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-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-Sep-2020 10:14: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-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-Sep-2020 10:14: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-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-Sep-2020 10:14:36 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[09-Sep-2020 10:14: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 1734
[09-Sep-2020 10:14:36 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[09-Sep-2020 10:14: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 1735
[09-Sep-2020 10:14: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('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-Sep-2020 10:14: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('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-Sep-2020 10:14:37 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[09-Sep-2020 10:14: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 1734
[09-Sep-2020 10:14:37 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[09-Sep-2020 10:14: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 1735
[09-Sep-2020 10:14:38 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-Sep-2020 10:14:38 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-Sep-2020 10:14:38 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-Sep-2020 10:14:38 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[09-Sep-2020 10:14:38 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
[09-Sep-2020 10:14:38 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[09-Sep-2020 10:14:38 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
[09-Sep-2020 10:14:38 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-Sep-2020 10:14:38 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-Sep-2020 10:14:38 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[09-Sep-2020 10:14:38 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
[09-Sep-2020 10:14:38 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1735
[09-Sep-2020 10:14:38 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
[09-Sep-2020 10:14:39 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-Sep-2020 10:14:39 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-Sep-2020 10:14:39 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-Sep-2020 10:14:39 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1734
[09-Sep-2020 10:14:39 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