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
The etag will be effectively useless because in dev mode the Cache-Control header is set to no-store, which causes Chrome to not include If-None-Match when requesting the file again.
I would suggest using no-cache instead when etag is enabled so that we can leverage 304 even in dev.
The text was updated successfully, but these errors were encountered:
When using
The etag will be effectively useless because in dev mode the
Cache-Control
header is set tono-store
, which causes Chrome to not includeIf-None-Match
when requesting the file again.I would suggest using
no-cache
instead whenetag
is enabled so that we can leverage 304 even in dev.The text was updated successfully, but these errors were encountered: