Bruno Meilick SQLite Cache Driver SQLite based Cache‑Driver Docs Source Download Sponsor Version 1.4.2 License MIT Stars 2 Supports K4 K3 Created 6 Sep 2020 Updated 17 Jul 2022 Info Topics Caching Databases Performance Implements Cache driver(s) Support Docs Issues Email Latest releases 1.4.2 1.4.1 1.4.0 1.3.10 1.3.9 Similar plugins use Beebmx\KirbyDB\DB; DB::table('users')->get(); Illuminate Database Use Laravel's illuminate/database package in Kirby K4 K3 $keyFromObjects = [$page, $page->files()]; $data = lapse( $keyFromObjects, // will check modified function () use ($page) { return $page->files()->toArray( fn ($file) => $file->niceSize() ); } ); // expires when any timestamp changes Lapse Cache any data until the set expiration time K4 K3 ThumbHash Smarter image placeholders with transparency using the ThumbHash algorithm K4 K3 More by Bruno Meilick More Mailjet Send transactional SMS, transactional E-Mail and Campaigns with Mailjet K4 K3 $keyFromObjects = [$page, $page->files()]; $data = lapse( $keyFromObjects, // will check modified function () use ($page) { return $page->files()->toArray( fn ($file) => $file->niceSize() ); } ); // expires when any timestamp changes Lapse Cache any data until the set expiration time K4 K3 Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K4 K3