Searches for orders faster on WooCommerce stores with many orders.
As of April 2026, Fast Woo Order Lookup is a WordPress orders plugin with 300 active installations and a 5/5 rating from 7 reviews. It has been downloaded 7.6K+ times in total. Requires WordPress 5.8+ and PHP 5.6+. Available on WordPress.org since 2024. Actively maintained — updated within the last month. Support resolution rate: 100%. Top alternative: Up2pay e-Transactions WooCommerce….
WooCommerce’s Order and Subscription pages allow store owners to search for orders and subscriptions by customer name, email, and other attributes. By default, it does a general substring search. For example, if you put OllieJones into the search box, it will search with LIKE '%OllieJones%' using the leading wildcard %. That’s astonishingly slow on sites with many orders.
Upon activation this plugin uses ActionScheduler to run a background process to create a special-purpose index table, a table of trigrams, to speed up that search. Then it uses those trigrams to search for orders.
The downside: the trigram table takes database space and takes time to generate.
The orders page itself contains a slow query to look up meta_keys. This fixes that query’s performance too, usi…
| WordPress | 5.8+ requiredTested up to 7.0 |
| PHP | 5.6+ required |
| Dependencies | woocommerce |
= 1.3.0 March 3, 2026
Pick up and use extra search meta keys from the woocommerce_order_table_search_query_meta_keys and woocommerce_shop_order_search_fields filters.
= 1.2.2 November 12, 2025
Work with legacy WooCommerce installations without data in wp_wc_orders or wp_wc_ordermeta. Props to Christoffer Gisselfeldt.
November 11, 2025
Support legacy WooCommerce back to 8.1.
Track RAM usage.
Mitigate deadlocks
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.