I have a shop with 3500+ groups.
When loading the catalog the groups filter is delaying(3s) the load of the page.
Groups filter is configured by "Current Subgroups".
Initially the catalog is loaded without a groupid and then we only render the top groups and show no search filters yet.
On this page the groups filter is already processing all the groups from the search form template which is not visible yet.
After click on a group i want the Group filter to kick in.
Is there a way to extend the filters so i can control which filters are active or visible?
Would this bypass the performance issue?