These features are in the following versions
- Divi Ajax Filter 5.0.0
- Divi Machine 8.0.0
- Divi BodyCommerce 9.0.0
TLDR; The article explains why Divi Ajax Filter often slows down on larger WordPress sites: every AJAX request has to search through more posts, taxonomies, custom fields, ACF data, and WooCommerce attributes, and that adds up fast. On bigger installs, there is simply a lot more data to search through.
To deal with that, the update adds catalog index search. Instead of querying the raw WordPress tables every time, it searches a prepared index, which makes filtering faster. It also includes several indexing options, including internal SQL, self-hosted Elastic or Typesense, and cloud indexing.
Another useful addition is auto suggest and live search. These help users find valid terms and usually bring up more relevant results faster. That is especially helpful for WooCommerce stores, directories, property sites, job boards, and content hubs built with Divi, Divi Machine, or Divi BodyCommerce.
The main idea is pretty simple: indexing, cleaner content structure, live search, and selective caching can improve UX and help large Divi client sites stay fast and scalable.
If you build with Divi every week, you already know the problem. A site looks great at launch. Filters feel fine with 30 products or a handful of blog posts. Then the client adds hundreds more items, custom fields, taxonomies, WooCommerce attributes and ACF data, and suddenly every click takes too long.
The Divi Ajax Filter update matters because it does more than make a filter bar feel smoother. It fixes a common scaling problem on growing WordPress sites. As content grows, each filter request may have to scan more records, more relationships and more field values. That extra work adds up fast.
The latest update focuses on index search, auto suggest and live search. Together, these features can speed up filter requests and help visitors find valid results sooner. That matters for WooCommerce stores, directories, job boards, property websites and large content hubs built with divi, divi machine or divi bodycommerce. This guide explains why filters slow down, how catalog indexing helps, what can be included in the index and when these features have the biggest impact for agencies and developers.
Why site filters get slower as a site grows
AJAX filtering improves the user experience by updating results without a full page reload. Thatโs a big reason Divi Ajax Filter gets used a lot for WooCommerce, blog archives and custom post types. It helps create the fast, interactive feel people expect on modern sites.
On a larger WordPress site, a single filter request may need to check post data, taxonomy terms, custom fields, ACF values, product attributes and search text at the same time. That adds up. As more conditions stack up, the database has to do more work behind the scenes. A simple setup can feel fast at first, then get noticeably slower as the site grows.
Baymard reports that 56% of sites have issues with ecommerce search UX (Baymard). Slow filters and weak search can make that worse. Users click, wait and then click again. Trust drops fast.
Divi Ajax Filter also supports dynamic filtering without full reloads, which gives sites a solid starting point. Even so, larger builds still depend on backend structure as much as front-end speed. Indexing and smarter search logic become more important as traffic, content and filter complexity increase.
Useful search suggestions lead to relevant results and are visually distinct from the query text.
How catalog indexing makes fast filters possible

The biggest performance change in this update is the new Catalog Index. Indexing reduces how much data the system needs to search on each request, which means a lot less work. Instead of having WordPress scan many related tables whenever a user changes a filter, the system checks a prepared index first.
That makes a real difference for sites with thousands of products, listings, or records. A standard query may need to join and compare many separate data points, which gets heavy fast. The index gives the system a cleaner, more search-ready source, so results come back with less work.
The update supports a few options:
Internal SQL index
It creates custom tables for faster lookups in WordPress. Really, itโs a nice improvement over relying only on the default tables.
Self-hosted Elastic or Typesense index
For larger or more advanced projects, self-hosted Elastic or Typesense is a strong choice. It gives you a more complete search layer and handles larger datasets more efficiently.
Cloud index
Itโs hosted for you, so agencies that want less setup work may find it useful. Shared cloud pricing starts at ยฃ10 for 5,000 documents, ยฃ18 for 25,000 and ยฃ35 for up to 100,000.
The index can include post titles, taxonomies, custom fields, ACF data and WooCommerce-related values. The site then uses that prepared structure instead of searching through everything from scratch on each click, which helps keep things efficient. For developers building directories, Divi Machine for dynamic directory sites feels even more useful when search and filtering can grow this way. Teams comparing newer builder workflows may also find Divi 5 vs Divi Machine: Which Is Better for Dynamic Websites and Directories? helpful when planning larger projects.
Auto suggest helps users search with less guesswork

A fast search box helps, but a smart one helps even more. The new auto suggest feature adds suggestions right inside the Ajax Filter or Search Module in divi machine and divi bodycommerce workflows. As users type, likely matches from post titles or taxonomy terms show up.
Many users do not know the exact keyword your site uses, so they search for a product style, a location, a tag or a category that feels close but still misses the mark. Auto suggest shows valid options before they press enter.
According to SiteSearch360, search suggestions should load within 100 milliseconds, and a common recommendation is to show 6 to 10 suggestions in the dropdown (SiteSearch360). Those numbers matter. Speed changes how the tool feels, and when suggestions appear right away, search feels useful. Any delay makes the whole thing feel off.
In a WooCommerce store, that might mean product types, brands or attributes. In a directory, maybe city names, service categories or listing titles. On a content-heavy Divi site, it could be article topics or custom taxonomy terms.
Typo-tolerant, predictive and categorized query suggestions can help buyers formulate and refine queries as well as offer immediate feedback on their queries with a preview of the results theyโll see on the search results page.
A small feature like auto suggest can reduce zero-result searches, cut typing effort and help visitors get to the right page faster.
Live search gives users results before they leave the search bar

The update also adds live search for Machine and BodyCommerce. As users begin typing, matching posts or products can show up in a tooltip dropdown right on the search bar. Thereโs no separate results page, so they can see whether the site has what they need without pausing what theyโre doing.
Search users often have strong intent. When they type, theyโre showing exactly what they want. Good live search helps them act on that intent straight away.
Prefixbox recommends showing the top 5 relevant results quickly in search interfaces (Prefixbox). That suits this feature well. Keep the preview short and useful. Donโt overwhelm people with options. Help them decide faster.
Real-world examples:
- A fashion store can show matching products as the user types โlinen shirtโ
- A property site can show cities, neighborhoods or listing names
- A job board can show roles, sectors or company names
- A resource hub can show tutorials, templates or tools
One common mistake is expecting live search to fix poor data setup. It works best when titles, taxonomies and custom fields are clean and consistent, because a messy content structure can lead to messy suggestions and untidy results.
Where these features matter most for agencies and client sites
Not every Divi build needs advanced indexing right away. But some projects start seeing real value from it almost at once.
These features are especially useful for:
- WooCommerce stores with large catalogs
- Directories with custom post types and ACF fields
- Property sites with lots of filters
- Job boards with location and role filters
- Content hubs with hundreds or thousands of posts
For agencies, maintainability matters too. A good filter system should fit normal Divi Builder workflows, not push teams toward a custom app build. That makes a big difference. Divi Engine documentation says the Filter Posts Module works with the Archive Loop Module and Loop Builder layouts (Divi Engine Docs). That helps when an agency needs a setup it can use again across many client sites. Agencies working with advanced layouts may also benefit from Divi-5 Loop Builder Explained Simply when building reusable archive structures.
If the work goes beyond WooCommerce, this guide on using Divi Ajax Filter with non-WooCommerce custom post types is a helpful next step.
Best practices for getting the most from index search and live search
For truly fast filters, use index search and live search together instead of expecting one feature to do everything. AJAX helps. Indexing generally helps more. Caching can help as well.
A smart setup generally includes:
- A clean content model with useful taxonomies and clear field names
- Catalog indexing for larger datasets
- Auto suggest based on titles and taxonomies
- Live search for high-intent users
- Thoughtful caching where possible
Divi Engine has also flagged transient cache as another performance layer. In vendor testing, some setups reportedly saw 5 to 10 second gains from transient cache, though readers should treat that as a product-level claim, not an independent benchmark. For teams focused on performance tuning, the Comprehensive Guide to Optimizing Divi Nitro with Caching Plugins in 2026 adds more context around caching strategies.
For large stores and directories, fewer, stronger filters generally work better than a huge list of options that adds clutter and slows people down. Donโt add every field just because it exists. Build filters around real user decisions. Keep labels simple. Make sure search terms connect to real content people can actually find.
Frequently Asked Questions
What is the main benefit of catalog indexing in Divi Ajax Filter?
Catalog indexing reduces how much raw data WordPress needs to scan during each filter request. That usually means faster responses on large sites with many products, posts, taxonomies, and custom fields.
Is auto suggest the same as live search?
No. Auto suggest helps users by offering likely search terms as they type. Live search goes further by showing actual matching results right away in a dropdown.
When should I use index search on a site?
Use index search when a site starts to feel slow under real-world filtering. It is especially useful for large WooCommerce stores, directories, property sites, and content-heavy projects using custom post types and ACF.
Does this update help Divi Machine and Divi BodyCommerce users too?
Yes. The update is especially relevant for divi machine and divi bodycommerce users because auto suggest and live search improve how visitors explore dynamic listings and product catalogs. For teams building advanced client sites, these tools help keep the experience fast without leaving normal Divi workflows.
Can caching still help if I already use indexing?
Yes. Indexing and caching solve different parts of the speed problem. Indexing improves how data is searched, while caching can reduce repeated processing for common filter requests.
What is a good way to get access to these Divi tools for agency work?
If you manage multiple client websites, an all-in-one toolkit can be easier than buying plugins one by one. Divi users who want broader access to tools like Divi Ajax Filter, Divi Machine, and Divi BodyCommerce can look at the All Access Pass from Divi Engine, especially when building stores, directories, and membership-style projects across several client sites.
Put faster filters to work
As Divi sites grow, filter performance becomes a real UX problem. Itโs not just about front-end design either. Query load matters, search logic matters, and the way data is structured behind the scenes matters too.
The new mix of catalog indexing, auto suggest, and live search gives developers and agencies a better way to build search and filtering for large WordPress sites. Catalog indexing reduces heavy query work, auto suggest helps users find valid terms, and live search brings up useful results earlier. The result is a Divi site that feels faster, smarter, and easier to use.
For anyone building client stores, directories, or content-heavy sites, nowโs a good time to review the current filter setup. Take a close look. Check where users hesitate, where searches fail, and where response times start climbing as content grows. If these tools could help on more projects, check out the All Access Pass at https://diviengine.com/product/all-access-pass/ and see how it can simplify your Divi development stack.
0 Comments