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
Is your feature request related to a problem? Please describe.
We don't do any caching of responses, this means every single request generates a call to at least 1 backend microservice and database.
Describe the solution you'd like
We should look into setting up a system for caching at the gateway with some benchmarking/testing done of various timeout / TTL values or mechanisms. This should hopefully reduce the number of messages that need to be sent internally and improve API response times.
This isn't a priority as the number of requests is expected to be extremely low but once the front-end starts to gain in complexity I can easily see an exponential increase in requests happening.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We don't do any caching of responses, this means every single request generates a call to at least 1 backend microservice and database.
Describe the solution you'd like
We should look into setting up a system for caching at the gateway with some benchmarking/testing done of various timeout / TTL values or mechanisms. This should hopefully reduce the number of messages that need to be sent internally and improve API response times.
This isn't a priority as the number of requests is expected to be extremely low but once the front-end starts to gain in complexity I can easily see an exponential increase in requests happening.
The text was updated successfully, but these errors were encountered: