WP Fulltext Search 1.41.120

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

Summary

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

Memory usage: 101.09 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 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=ec32f00039
Aspect after-activation
HTTP status 200
Load time 0.445 s
Memory usage 2.87 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.584 s
Memory usage 2.97 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.472 s
Memory usage 2.96 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.496 s
Memory usage 2.96 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.475 s
Memory usage 2.96 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.331 s
Memory usage 2.74 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.917 s
Memory usage 2.94 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.286 s0.313 s+0.027 s2.82 MiB2.92 MiB+ 107.34 KiB
/wp-admin/edit.php0.334 s0.231 s-0.103 s2.86 MiB2.97 MiB+ 112.69 KiB
/wp-admin/post-new.php1.283 s1.178 s-0.105 s5.02 MiB5.14 MiB+ 119.41 KiB
/wp-admin/upload.php0.555 s0.441 s-0.114 s2.7 MiB2.79 MiB+ 98.12 KiB
/wp-admin/options-writing.php0.238 s0.176 s-0.062 s2.71 MiB2.78 MiB+ 66.09 KiB
/wp-admin/media-new.php0.248 s0.281 s+0.033 s2.67 MiB2.77 MiB+ 98.29 KiB
/wp-admin/edit-tags.php?taxonomy=category0.227 s0.254 s+0.027 s2.77 MiB2.87 MiB+ 100.45 KiB
/wp-admin/post-new.php?post_type=page0.685 s0.817 s+0.132 s5.01 MiB5.13 MiB+ 119.34 KiB
/wp-admin/options-discussion.php0.226 s0.332 s+0.106 s2.67 MiB2.77 MiB+ 98.6 KiB
/wp-admin/edit-comments.php0.229 s0.243 s+0.014 s2.78 MiB2.87 MiB+ 97.55 KiB
/0.278 s0.324 s+0.046 s2.65 MiB2.74 MiB+ 94.16 KiB
Average 0.417 s0.417 s+0.000 s3.15 MiB3.25 MiB+ 101.09 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
CSS42.4%10,567255
PHP22.9%5,69398922
PO File19.0%4,7211,5146
SVG12.4%3,076134
JavaScript3.4%84313431
Total 24,900 2,675 68

PHP Code Analysis | More results »

Lines of code 5,305
Total complexity 945
Median class complexity 34.0
Median method complexity 3.0
Most complex class WPFTS_Core
Most complex function WPFTS_Result_Item::GetExcData()
Classes 9
Methods 162
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 5

Sidebar Widgets 1

ID Name
wpfts_custom_widgetWPFTS :: Live Search

PHP Error Log 224 lines

[15-May-2021 15:20:30 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
[15-May-2021 15:20:30 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
[15-May-2021 15:20:30 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
[15-May-2021 15:20:30 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1815
[15-May-2021 15:20:30 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 1815
[15-May-2021 15:20:30 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1816
[15-May-2021 15:20:30 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 1816
[15-May-2021 15:20:30 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
[15-May-2021 15:20:30 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
[15-May-2021 15:20:30 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1815
[15-May-2021 15:20:30 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 1815
[15-May-2021 15:20:30 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1816
[15-May-2021 15:20:30 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 1816
[15-May-2021 15:20:31 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
[15-May-2021 15:20:31 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
[15-May-2021 15:20:31 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
[15-May-2021 15:20:31 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1815
[15-May-2021 15:20:31 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 1815
[15-May-2021 15:20:31 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1816
[15-May-2021 15:20:31 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 1816
[15-May-2021 15:20:32 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
[15-May-2021 15:20:32 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
[15-May-2021 15:20:32 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1815
[15-May-2021 15:20:32 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 1815
[15-May-2021 15:20:32 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1816
[15-May-2021 15:20:32 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 1816
[15-May-2021 15:20:32 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
[15-May-2021 15:20:32 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
[15-May-2021 15:20:32 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
[15-May-2021 15:20:32 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1815
[15-May-2021 15:20:32 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 1815
[15-May-2021 15:20:32 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1816
[15-May-2021 15:20:32 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 1816
[15-May-2021 15:20: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('wp_ajax_wpftsi_ping'), WP_Hook->do_action, WP_Hook->apply_filters, WPFTS_Core->ajax_ping, WPFTS_Core->get_status, WPFTS_Index->get_status
[15-May-2021 15:20: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('wp_ajax_wpftsi_ping'), WP_Hook->do_action, WP_Hook->apply_filters, WPFTS_Core->ajax_ping, WPFTS_Core->get_status, WPFTS_Index->get_status
[15-May-2021 15:20:33 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1815
[15-May-2021 15:20: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 1815
[15-May-2021 15:20:33 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1816
[15-May-2021 15:20: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 1816
[15-May-2021 15:20: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('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
[15-May-2021 15:20: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('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
[15-May-2021 15:20: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('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
[15-May-2021 15:20:33 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1815
[15-May-2021 15:20: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 1815

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