Blog-Core framework

Fork me on GitHub

Caching

Blog-Core contains page cache and supports client-side caching. Page cache stores rendered pages.

bc_view

  • Not-Modified 304 when PL_ENV=production

static_files

  • Not-Modified 304 always
  • Expires/Cache-Control when PL_ENV=production but only for token-using files.