When adjusting filters of 4 C’s, it can cause the search to take several minutes to adjust. Suggest a button to start the search, vs updating when applying individual filters.
It shouldn’t take minutes to adjust – it should take seconds at most. I think the issue lies with your internet connection speed.
Well, I’m on gigabit too and I’ve never had a query take minutes to run.
If you’d like a workaround for the reactive programming, deselect all of the options for one criteria (e.g. color) and make all of the other changes you want. If you deselect all colors, then the queries are short since they return 0 results. Then add that one criteria back – that way you’re not exploding the number of combinations and queries. Or restrict your search criteria more.
Yeah… on full 1gbps up/down. The method being used uses excessive queries either way. Each update to the filter is a query.