Bart Vandeputte Fingerprint Cache-busting utility to fingerprint assets Docs Source Download href="styles.db5796ea5bf2.css" Version 2.2.5 License MIT Stars 16 Supports K4 K3 Created 15 Mar 2019 Updated 3 Dec 2023 Info Topics Assets CSS Media Performance Cachebusting JS Support Docs Issues Email Latest releases 2.2.5 2.2.4 2.2.3 2.2.2 2.2.1 Similar plugins Redis Cache Driver Redis based Cache-Driver K5 K4 K3 return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby 3 and 4. K5 K4 K3 Responsive images Manage responsive image settings within the Kirby panel. K5 K4 K3 More by Bart Vandeputte More autopublish: label: Autopublish on type: date time: true default: now autounpublish: label: Automatically unpublish on type: date time: true Autopublish Schedule automatic publishing of pages (drafts) on a certain date & time K4 K3 $site->log('My message', 'error'); Log A little log utility (KLogger wrapper) K4 K3 $queue = kqQueue('queuename'); $job = kqJob([ 'foo' => 'foo', 'bar' => 'bar' ]); $queue->addJob($job); Queue Enable workers in Kirby that can do tasks in the background at scheduled intervals (cron) by working through queues of jobs K4 K3