The speed of filtering products with this plugin will get very slow really quickly.
When you filter on the front-end it will generate big SQL queries slowing down the website. Sending constant requests to the server and database.
It would be better to get results via a json file by product ID oid. That way the filter will work much faster and you will not need to remove transients / cache every time.
Open
Last updated: April 13, 2022
0 comments
Log in to comment on this feature request.