-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
enhancementNew feature or requestNew feature or requesttriage-neededIssues that need to be checkedIssues that need to be checked
Milestone
Description
How the project can be improved?
With a Headless Framework like VSF, we are making most of our calls to the e-commerce backend from NodeJS.
The VSF backend is more or less a Proxy, so in order to improve the performance we can reuse the existing connection between VSF and Magento.
What are the acceptance criteria?
- [ ]
Additional information
I found that every call made by VSF was slower than an API Client like Postman for example.
After a few research i found that we are losing time to make a connection ( HTTPS round trip and so on... ).
Code of Conduct
- I agree to follow this project's Code of Conduct
jonathanribas
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriage-neededIssues that need to be checkedIssues that need to be checked