vuestorefront/vue-storefront

[Feature]: caching requests

marc-arnoult opened this issue · 1 comments

How the project can be improved?

Actually we only use POST request to make an api call.
See : https://github.com/vuestorefront/vue-storefront/blob/main/packages/core/middleware/src/createServer.ts#L34
It could be good to use GET to leverage the usage of HTTP Caching and/or Service worker caching.

Maybe with a configuration to active one or both methods, with a way to enable it by route.

What do you think ?

Regards

What are the acceptance criteria?

  • [ ]

Additional information

No response

What version of Vue Storefront this feature can be implemented?

2.5.4

Code of Conduct

  • I agree to follow this project's Code of Conduct

Issue is closed. Reason: Too Old (>6 months)


Sergii Kirianov

Developer Advocate

Vue Storefront