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
Creation/last modification time of the web assets is used by web servers in the Last-Modified header.
Hence if you have multiple instances of the application which had their assets:install run at different times - depending on what instance you hit - you may receive different values which would confuse the web server (as Last-Modified must match the If-Modified-Since exactly) and it would return http 200 and entire asset, instead of http 304.