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
Ideally every "get-like/read" response should include proper http cache headers. It will help client app to consume less traffic (at least in its current state when polling is heavily used) and reduce server load (maybe we don't expect too many requests though).
The only thing I'm not sure of is if it's possible to do a proper caching of POST responses at all :/
Yep, that would probably work, but will basically tie adapters to HTTP and introduce more complexity inside adapter :/
Can't REST layer somehow determine (before or after serialization) that response it's going to return hasn't changed? It will also cover http requests that consist of multiple "adapter fetch requests" that we use currently (and it's pretty awesome feature btw!).
Ideally every "get-like/read" response should include proper http cache headers. It will help client app to consume less traffic (at least in its current state when polling is heavily used) and reduce server load (maybe we don't expect too many requests though).
The only thing I'm not sure of is if it's possible to do a proper caching of POST responses at all :/
cc @Yoric @fabricedesre
The text was updated successfully, but these errors were encountered: