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
All requests going through UPWARD PHP, including those for static files, include Cache-Control: no-store, no-cache, must-revalidate. There needs to be some better handling of response caching, especially for File & Directory Resolvers
Determine what the appropriate caching policy should be
What should the cache lifetime be?
Should we include an ETag, or are those passé?
In what cases should a cache header be included or not?
Add the appropriate cache headers
What options should there be for disabling or clearing these headers (eg for development vs production)?
The text was updated successfully, but these errors were encountered:
All requests going through UPWARD PHP, including those for static files, include
Cache-Control: no-store, no-cache, must-revalidate
. There needs to be some better handling of response caching, especially for File & Directory ResolversThe text was updated successfully, but these errors were encountered: