Define for each file how long the Browser can cache it.
E.g. the build artifacts can be cached for a long time (several days), because if they change they generate a new file with a new path. Whereas the index.html needs to be fetched frequently to get updates and fixes to the software.
Define for each file how long the Browser can cache it.
E.g. the build artifacts can be cached for a long time (several days), because if they change they generate a new file with a new path. Whereas the
index.html
needs to be fetched frequently to get updates and fixes to the software.