For Example
Let say we have 1000 products in a single category. And we would like to Filter through these products.
As we Filter through the products using json. Each time we have need run a separate query to the DB.
We were wondering if any one knows if it's possible display a preload the products table. For example preload bar: initializing search (0 - 100%)
So the whole system would only initialize once on load then we would hope the search results could then be instant.
Unfortunately tweaking customers servers isn't really an option for us, so hopefully someone here may have a better suggestion
Thanks in advance!