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
In their documentation, Loco recommends to send header If-Modified-Since (with the previous value of Last-Modified response header) or header If-None-Match (with the previous value of ETag response header), if you need to download changes very regularly (which can be the case in local or CI).
By implementing this, we can reduce the work load on their side and maybe on our side too.