Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Oskar Koli Oskar Koli

    Kirby Litespeed

    Litespeed plugin for Kirby CMS

    Docs Source

    Manual

    Download

    … and extract the folder to site/plugins/kirby-litespeed

    Composer

    Git Submodule

    Version
    0.1.4
    License
    MIT
    Stars
    4
    Supports
    K5
    Created
    19 Sep 2025
    Updated
    17 Oct 2025

    Info

    Topics
    • Caching
    • Performance
    • Cachebusting
    Implements
    • Cache driver(s)
    • CLI command(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 0.1.4
    • 0.1.3
    • 0.1.2
    • 0.1.1
    • 0.1.0

    Similar plugins

    • <?= css('assets/css/style.css') ?>
      // Output: <link href="/assets/css/style.a1b2c3d4.css" rel="stylesheet">
      
      <?= js('assets/js/script.js') ?>
      // Output: <script src="/assets/js/script.e5f6g7h8.js"></script>
      Cache Stamp A simple and lightweight Kirby plugin to handle cache busting for CSS, JS, fonts, SVG, PDF and images with advanced configuration options. K5 K4 K3
    • return [
        'cache' => [
          'pages' => [
            'active' => true,
            'type'   => 'static'
          ]
        ]
      ];
      Staticache Staticache gives you the performance of a static site generator for your regular Kirby installations. K5 K4 K3
    • class ExamplePage extends \Kirby\Cms\Page
      {
          use \Bnomei\ModelWithTurbo;
      }
      Turbo Speed up Kirby with automatic caching K5