Forums

Wondering if page caching has been made available?

Hi,

I found an old post here - https://www.pythonanywhere.com/forums/topic/3194/ that goes over exactly what I was looking to do. It says it was added as a ticket and being looked into, but I haven't been able to find any documentation or updates about this. Just wondering if it was ever implemented.

Thanks

The default that we use is a good compromise for minimal configuration. The server provides a Last-Modified header for static files and honors If-Modified-Since header, so static files are only re-transmitted if they have changed since the browser last retrieved them.