The all-new Kirby 3.0(getkirby.com)

over 4 years ago from Jonathan Simcoe, Co-Founder → A Kids Book About

  • Bastian Allgeier, over 4 years ago

    Yes, you can replace our template engine with your favorite one via a plugin.

    Our page cache gets flushed automatically on updates via the panel. This performs really well as you can see on our own site. We got quite some traffic from being #1 product on product hunt and all sorts of other launch-related traffic spikes.

    Kirby has three different default cache engines. It starts simple with a file cache, but you can also switch to APCU or Memcached. You can also create your own cache engine plugin – for example for something like Redis.

    0 points