With #375 and #376, we will soon be optimizing "things" again.
Unfortunately due to #288 investigations, we now know we cannot trust the etag / last-modified date from PG since this is supposed to be refreshed every month.
For now #375 and #376 will not focus on caching optimized assets to observe performance without that cache.
Two ways forward:
- performance is sufficient and cache does not bring sufficient added value vs downsides, so we do not cache anything in S3
- performance is too bad, then we cache and we invalidate cache once in a while (e.g. every year) to benefit a bit from it
With #375 and #376, we will soon be optimizing "things" again.
Unfortunately due to #288 investigations, we now know we cannot trust the etag / last-modified date from PG since this is supposed to be refreshed every month.
For now #375 and #376 will not focus on caching optimized assets to observe performance without that cache.
Two ways forward: