Skip to content

[Feature]: improve performance of calls between Magento and VSF #735

@marc-arnoult

Description

@marc-arnoult

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriage-neededIssues that need to be checked

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions