Super Speedy Filters by WP Intense

Super Speedy Filters by WP Intense v6.43.2

No permission to download
Super Speedy Filters by WP Intense v6.43.2
== Changelog ==
= 6.43.2 (3rd August 2026) =
* Pretty URLs can no longer be switched on when Permalinks are set to Plain, with a tooltip explaining why. The add-on works by adding rewrite rules, which Plain permalinks do not run, so it had no effect on those sites. If it is already on you can still switch it off.
* WPML and Polylang: filter widgets now list only the terms belonging to the language being viewed, so each language shows its own facets and its own counts
* WPML and Polylang: SEO overrides can now be set per language, using the new Language selector on the override and the language shown against each one in the list
* An SEO override set to a language matches the page in either WPML URL format, whether the language is a directory such as `/fr/` or a separate domain
* The SEO title and meta description wording - prefix, suffix, separator and the per-taxonomy connectors - can now be translated in WPML String Translation or Polylang Strings, under the *Super Speedy Filters* domain
* Filter links resolve to the correct term where two languages share a term slug, which happens most often when you use a different domain per language
* Widget caching now varies by language under Polylang as well as WPML
* Taxonomy archives return their products while the performance table is still being built, rather than only after `wp ssf rebuild` has run
* Filters created by Auto Configure now respect the other filters on the page, so clicking one keeps the category you are already in
* Filter widgets no longer log `Undefined array key "resetcategory"` notices
* Tested up to WordPress 7.0
* Auto-configure no longer removes your existing filters before it knows the new ones can be written - if anything goes wrong, your filters are put back exactly as they were
* Undoing an auto-configure now keeps anything you added inside the filters layout yourself, instead of replacing the whole block with just the product grid
* Undo only removes the filters that auto-configure created: a filter widget or filter block you added by hand is left alone, even if it sits in a slot a removed widget used to occupy
* Auto-configure and undo no longer strip a level of escaping from the rest of the template, which could leave other blocks (notably ones carrying a font family) rendering with their default settings
* Auto-configure survives a corrupted internal record instead of stopping half way, which previously left filters on the site with no way to undo them and added a second full set on the next run
* Re-running auto-configure keeps the choices you made yourself rather than resetting them to the automatic ones
* Setting a swatch colour by term now matches the term slug first, so a term whose slug is a number gets the colour instead of an unrelated term with that ID
* Auto-configure is now flagged to AI assistants as a replacing operation, so they ask before running it
Super Speedy Filters by WP Intense v6.42.0
== Changelog ==

= 6.42 (29th July 2026) =
* Filters can now be shown only for specific categories, not just "when any category is selected". Previously the "hide until other filters selected" option could only ask whether a taxonomy was being filtered at all, so on a store with different attributes per category, picking any category showed every filter. You can now write conditions like product_cat=televisions, or product_cat=televisions|audio for several. Slugs, names and term IDs all work
* Category conditions understand your category tree. A filter set to show for Televisions also shows in its subcategories, so you never have to list every child category. The reverse deliberately does not apply - a filter scoped to a subcategory stays out of the parent
* Added a Match setting beside the condition list, so several conditions can require all of them or any one of them. All existing filters keep their current behaviour, which requires all of them
* Auto Configure now sets those conditions for you: each filter is restricted to the categories where it actually has results, so a screen-size filter on a store that only sells televisions and audio is created with the condition product_cat=televisions|audio, and clothing pages stop paying for a filter that could only ever render as nothing. Filters with results across most of the store stay store-wide, colour, size and brand are never restricted because shoppers expect them everywhere, and every decision is shown with its evidence so you can override it
* If the lookup tables have not been built yet, Auto Configure leaves every filter store-wide and says so, rather than guessing from missing data
* Swatch colours now live on the term itself, not only inside each filter widget. Previously a colour was stored per-widget against the term's NAME, so renaming a term made its swatch go blank, two filters showing the same attribute each needed the whole palette entered separately, and nothing could set a colour programmatically. There is now a Swatch colour field on the Add/Edit Term screen, beside the existing Thumbnail field, and a colour set there is shared by every filter showing that taxonomy
* Your existing widget colours are copied onto the terms automatically after updating, but only where every filter agrees on the colour, so nothing you can see changes. Colours that differ between filters, or whose term has since been renamed, are left exactly as they are and listed in a one-time notice for you to set on the term screen. The migration never overwrites a colour already on a term and never removes the old widget values, and wp ssf migrate-colours re-runs it (with --dry-run) whenever you want
* Filter colours can still be set on the widget as before, and the two coexist: the term's colour wins, the widget's palette fills in for terms without one, and the ssf_change_color_hex filter still overrides both
* Because the colour is now resolved on the server, colour swatches no longer need their palette sent to the browser as JavaScript. That is what makes colour filters work properly as Gutenberg blocks, where the old JavaScript round trip caused problems
* Added AI agent control. Super Speedy Filters now exposes eleven abilities through the WordPress Abilities API, so an assistant like Claude can inspect and configure your filters for you: describe what the plugin can do, list your filters and taxonomies, plan a filter set, run Auto Configure, undo it, set swatch colours and filter icons, move colours onto terms, and rebuild the lookup tables after an import
* The agent never invents your filter configuration. Every decision about which filters to create and how each should look stays in the plugin, and the abilities simply trigger it and report back, so you get the same result whether you press the button or ask an assistant
* Added two capabilities, Manage filters and Apply filters, plus a Filter Manager role, so an assistant can be given its own account with only those rights instead of a full administrator login. Existing administrators get both automatically
* Auto Configure over MCP refuses to create more than 40 filters at once unless you explicitly allow it, and undoing a run needs confirmation, so an assistant cannot rewrite a large store's filters by accident
* Filters on pages your own SEO rules mark as not-for-indexing now wait for a real visitor before doing any work. Bots endlessly replaying deep filter URLs they harvested get the page shell at a fraction of the cost, because the filter panels only load on the first mouse movement, scroll, tap or key press - and every visitor, human or bot, receives identical HTML, so there is nothing for search engines to object to. Uses your existing SEO and Indexing settings; nothing new to configure
* Removed the old user-agent bot detection. It could only recognise honest bots - and then showed them different filters than real users saw, which is exactly what search engines penalise - while disguised scrapers sailed past it. The new behaviour above treats every user agent identically
* Filter URLs pointing at terms that no longer exist now answer 410 Gone instead of 404, which tells crawlers to drop the URL for good instead of retrying it forever
* Added X-SSF-Robots and X-SSF-Filter-Depth response headers - the page's index/follow verdict plus how many filter terms the request has selected - so your CDN or firewall can rate-limit or challenge traffic hammering deep filter combinations with one simple rule at the edge, instead of bot-detection in PHP
* Added an Archive Performance report to the Performance tab showing who your archive pages are being served to - search engines, AI crawlers, SEO tools, other bots, browsers - with request counts and time spent, split by indexable versus noindex pages, so you can see at a glance when bots are hammering filter combinations. Bounded, sampled collection that cannot itself become a performance problem
* Fixed PHP warnings flooding the error log on shops whose archives are filtered by a hierarchical taxonomy other than the product category, for example a hierarchical brand. The SEO title code asked for that term inside the product category taxonomy, found nothing, and warned on every single page request. Reported by a customer whose log was filling at around six lines a second
* Fixed colour swatches not picking up colours imported by Super Speedy Imports. SSI writes a colour to the term as ssf_color_hex, but Auto Configure was not looking at that key, so an imported catalogue produced correct colours on every term and swatches that ignored them
* Auto Configure now includes global product attributes that do not have "Enable archives" ticked, which is the WooCommerce default, so a freshly imported catalogue gets its colour, size and material filters along with everything else
* Any filter with more than 25 terms now gets a search box and starts collapsed, and more than 100 also sits behind a button and loads on demand, whichever display type it uses. A 175-brand filter shown as image tiles is now compact instead of filling the sidebar
* Auto Configure now places the filters in your theme's shop sidebar when you do not choose a target yourself
* Added `wp ssf autoconfig` to run Auto Configure from the command line, with `--dry-run` to print the plan and the reason for each decision without writing anything
== Changelog ==

= 6.36.1 (7th July 2026) =
* Fixed the "Show but delay execution" filter still not loading on search results on some sites (typically HTTPS/staging). The lazy-load request used an absolute REST URL from `rest_url()`, which could come back as `http://` or a different host and be blocked by the browser before any request was sent, so nothing showed in the network tab. It now uses a root-relative URL that always matches the page's own scheme and host.
Super Speedy Filters by WP Intense v6.34.1
== Changelog ==

= 6.34.1 (15th June 2026) =
* Changed use of <p style="display:none"> to HTML comments instead for VERBOSE DEBUG mode.
Super Speedy Filters by WP Intense v6.30
== Changelog ==

= 6.30 (27th February 2026) =
* Improved integration between rules based SEO overrides and Exact match SEO overrides so that archive title will be overridden correctly and only written once to the page
* Implemented mini-refactor of SEO handler (rules-based) and SEO Overrides (exact match based)
Decryption key:


Super Speedy Filters by WP Intense v6.29
For changelogs
Decryption key:


Super Speedy Filters by WP Intense v6.28
-= 6.28 (18th November 2025)
  • Added full namespacing for plugin update checker to prevent conflicts with 3rd party plugins
Decryption Key:


Super Speedy Filters by WP Intense v6.27
- 6.27 (23rd October 2025)
  • Removed some dead code
  • Improved bad-bot + ajax handling further to improve page speed and reduce caching
  • Renamed debounce function and related objects to be prefixed with ssf_ to avoid conflicts with other JS plugins

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu