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
To fix #72 , we must ensure that the actual backend's backend API is called only in integration and production mode, drastically limiting the number of calls.
In addition, client-caching strategies can be added to avoid unecessary call to our backend, but as long as the backend does NOT trigger an data API call each and every time, we should be fine.
The text was updated successfully, but these errors were encountered:
To fix #72 , we must ensure that the actual backend's backend API is called only in integration and production mode, drastically limiting the number of calls.
In addition, client-caching strategies can be added to avoid unecessary call to our backend, but as long as the backend does NOT trigger an data API call each and every time, we should be fine.
The text was updated successfully, but these errors were encountered: