Best way to cache objects

Hiya,

Just stumbled upon @bvdputte mentioning

custom caches Caching | Kirby CMS

and I wondered about its differences with @bnomei’s lapse plugin …

Thx!

The Lapse plugin is a wrapper around Kirby’s cache that makes caching stuff a bit easier

TL;DR

in lapse plugin, debug true => no cache

also since debugforce setting is enabled by default there is no cache used when kirbys debug mode is enabled which might come in handy as well.

1 Like

Good to know, thanks for the clarification!