You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw when debugging that on Checkout->select payment Context Providers: RegulationsUrlContextProvider and BankListContextProvider are ran unnecessary.
We could investigate why does it happens cause it might impact performance of the feature.
On my last try they ran:
BankListContextProvider 10 times (it has calls to API (cached) and DB inside)
RegulationsUrlContextProvider 50+ times 😱
Steps to reproduce:
create order with any shipment and total more than 0.01
go to select payment page
on any of these providers 'provide' function put a breakpoint and count 🙃
The text was updated successfully, but these errors were encountered:
I saw when debugging that on Checkout->select payment Context Providers: RegulationsUrlContextProvider and BankListContextProvider are ran unnecessary.
We could investigate why does it happens cause it might impact performance of the feature.
On my last try they ran:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: