commercelayer / mfe-checkout

Commerce Layer Hosted Checkout
https://commercelayer.io
MIT License
42 stars 47 forks source link

Improve load time parallelizing two calls #374

Closed malessani closed 12 months ago

malessani commented 12 months ago

Description

This Feature will request on checkout opening both organization and order in parallel inside getSettings function.

This can be achieved with two promises and waiting for both, before moving to the components rendering.

malessani commented 12 months ago

:tada: This issue has been resolved in version 4.1.5 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: