WP Fulltext Search 1.43.127

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

Summary

Errors
164PHP notices
140Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version5.7.2
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=5983e878b0
Aspect after-activation
HTTP status 200
Load time 0.388 s
Memory usage 2.88 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.551 s
Memory usage 2.98 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.483 s
Memory usage 2.97 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.645 s
Memory usage 2.97 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.466 s
Memory usage 2.97 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.393 s
Memory usage 2.75 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 1.050 s
Memory usage 2.95 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.274 s0.412 s+0.138 s2.82 MiB2.94 MiB+ 117.85 KiB
/wp-admin/edit.php0.188 s0.247 s+0.059 s2.86 MiB2.98 MiB+ 122.58 KiB
/wp-admin/post-new.php0.954 s1.929 s+0.975 s5.02 MiB5.14 MiB+ 123.35 KiB
/wp-admin/upload.php0.553 s0.539 s-0.014 s2.7 MiB2.8 MiB+ 108.05 KiB
/wp-admin/options-writing.php0.275 s0.180 s-0.095 s2.71 MiB2.78 MiB+ 76.02 KiB
/wp-admin/media-new.php0.235 s0.205 s-0.030 s2.67 MiB2.78 MiB+ 108.22 KiB
/wp-admin/edit-tags.php?taxonomy=category0.199 s0.194 s-0.005 s2.77 MiB2.88 MiB+ 110.38 KiB
/wp-admin/post-new.php?post_type=page1.277 s1.311 s+0.034 s5.01 MiB5.13 MiB+ 123.28 KiB
/wp-admin/options-discussion.php0.332 s0.234 s-0.098 s2.67 MiB2.78 MiB+ 108.53 KiB
/wp-admin/edit-comments.php0.257 s0.243 s-0.014 s2.78 MiB2.88 MiB+ 107.48 KiB
/0.261 s0.318 s+0.057 s2.65 MiB2.75 MiB+ 99.73 KiB
Average 0.437 s0.528 s+0.092 s3.15 MiB3.26 MiB+ 109.59 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.

CSS
PHP
PO File
SVG
Language % Lines of code Comment lines Files
CSS40.9%10,573255
PHP24.8%6,4021,07925
PO File18.3%4,7211,5146
SVG11.9%3,076134
JavaScript4.2%1,08117331
Total 25,853 2,804 71

PHP Code Analysis | More results »

Lines of code 5,965
Total complexity 1,086
Median class complexity 28.0
Median method complexity 3.0
Most complex class WPFTS_Core
Most complex function WPFTS_Core::IndexerOneStep()
Classes 11
Methods 185
Functions 13

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 7

Sidebar Widgets 1

ID Name
wpfts_custom_widgetWPFTS :: Live Search

PHP Error Log 708 lines

[27-May-2021 20:00:23 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				count(*) 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 require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:23 UTC] WordPress database error Table 'wordpress.wpftsi_tw' doesn't exist for query select count(*) n from `wpftsi_tw` made by require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:23 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 require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:23 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1864
[27-May-2021 20:00:23 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 1864
[27-May-2021 20:00:23 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1865
[27-May-2021 20:00:23 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 1865
[27-May-2021 20:00:23 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				count(*) 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
[27-May-2021 20:00:23 UTC] WordPress database error Table 'wordpress.wpftsi_tw' doesn't exist for query select count(*) n from `wpftsi_tw` 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
[27-May-2021 20:00:23 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
[27-May-2021 20:00:23 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1864
[27-May-2021 20:00:23 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 1864
[27-May-2021 20:00:23 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1865
[27-May-2021 20:00:23 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 1865
[27-May-2021 20:00:23 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				count(*) 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 require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:23 UTC] WordPress database error Table 'wordpress.wpftsi_tw' doesn't exist for query select count(*) n from `wpftsi_tw` made by require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:23 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 require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:23 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1864
[27-May-2021 20:00:23 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 1864
[27-May-2021 20:00:23 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1865
[27-May-2021 20:00:23 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 1865
[27-May-2021 20:00:24 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				count(*) 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
[27-May-2021 20:00:24 UTC] WordPress database error Table 'wordpress.wpftsi_tw' doesn't exist for query select count(*) n from `wpftsi_tw` 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
[27-May-2021 20:00:24 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
[27-May-2021 20:00:24 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1864
[27-May-2021 20:00:24 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 1864
[27-May-2021 20:00:24 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1865
[27-May-2021 20:00:24 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 1865
[27-May-2021 20:00:24 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				count(*) 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 require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:24 UTC] WordPress database error Table 'wordpress.wpftsi_tw' doesn't exist for query select count(*) n from `wpftsi_tw` made by require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:24 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 require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:24 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1864
[27-May-2021 20:00:24 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 1864
[27-May-2021 20:00:24 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1865
[27-May-2021 20:00:24 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 1865
[27-May-2021 20:00:24 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
[27-May-2021 20:00:25 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				count(*) 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
[27-May-2021 20:00:25 UTC] WordPress database error Table 'wordpress.wpftsi_tw' doesn't exist for query select count(*) n from `wpftsi_tw` 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
[27-May-2021 20:00:25 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
[27-May-2021 20:00:25 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1864
[27-May-2021 20:00:25 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 1864
[27-May-2021 20:00:25 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1865
[27-May-2021 20:00:25 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 1865
[27-May-2021 20:00:25 UTC] WordPress database error Table 'wordpress.wpftsi_index' doesn't exist for query select 
				count(*) 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 require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:25 UTC] WordPress database error Table 'wordpress.wpftsi_tw' doesn't exist for query select count(*) n from `wpftsi_tw` made by require_once('wp-admin/admin-header.php'), do_action('admin_head'), WP_Hook->do_action, WP_Hook->apply_filters, wpfts_custom_js, WPFTS_Core->get_status, WPFTS_Index->get_status
[27-May-2021 20:00:25 UTC] WordPress database error Table 'wordpress.wpftsi_words' doesn't exist for query select 
						sum(if(`act` = -1, 0, 1)) nw_act,

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