Skip to content

New features to give you more fine-grained control over LiteMage Cache

Compare
Choose a tag to compare
@litespeedtech litespeedtech released this 19 Jul 21:00
· 10 commits to master since this release
  • [New] Added support for private ESI blocks.
  • [New] Added a new Purge Tuning section in LiteMage config.
    • Allow fine tuning to reduce purge tags when reindexing.
    • Added option to allow purge products after a sale.
    • Added Ignored Purge tags setting.
  • [New] Added event "litemage_add_cache_tags" to allow a third party API to add cache tags in addition to those from the identity blocks.
  • [BUGFIX} Fixed a typo that caused a failure when sending a large purge header.
  • [BUGFIX] When purging from CLI, split into muliple segments if the URL contains more than 50 tags, to keep URLs a reasonable length.
  • [Update] When a page is not cacheable, explicitly set the "X-LiteSpeed-Cache-Control: no-cache" header.
  • [Update] When static assets like CSS files are not found, the page is processed dynamically. LiteMage Cache ESI injection is bypassed in this case.
  • Improved efficiency by reducing hook points.
  • Improved debug logging messages.