vuestorefront / vue-storefront-1

The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Newest updates: https://blog.vuestorefront.io. Always Open Source, MIT license.
https://www.vuestorefront.io
MIT License
19 stars 13 forks source link

Limit the number of Elastic queries in the vue-storefront-api per each catalog request #297

Open pkarw opened 5 years ago

pkarw commented 5 years ago

What is the motivation for adding / enhancing this feature?

Currently, per each catalog request, we're executing at least 2 Elastic queries:

The rates can be stored in Redis/local memory as they're changing extremely rarely!

Where to start:

Related to: vuestorefront/vue-storefront#3367

What are the acceptance criteria

Can you complete this feature request by yourself?

Which Release Cycle state this refers to? Info for developer.

Pick one option.

Additional information

pkarw commented 5 years ago

closed becuase vuestorefront/vue-storefront#3367 solves this issue as well