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
  • Bruno Meilick Bruno Meilick

    Turbo

    Speed up Kirby with automatic caching

    Docs Source
    Buy
    class ExamplePage extends \Kirby\Cms\Page
    {
        use \Bnomei\ModelWithTurbo;
    }
    Version
    5.1.1
    License
    Other
    Stars
    9
    Supports
    K5
    Created
    19 May 2025
    Updated
    21 May 2025

    Info

    Topics
    • Caching
    • Performance
    Implements
    • Cache driver(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 5.1.1
    • 5.1.0
    • 5.0.1
    • 5.0.0

    Similar plugins

    • Redis Cache Driver Redis based Cache-Driver K5 K4 K3
    • SQLite Cache Driver SQLite based Cache-Driver 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

    More by Bruno Meilick

    More
    • return [
          'bnomei.robots-txt' => [
              'content' => '...'
          ]
      ];
      Robots.txt Manage the robots.txt from Kirby's config file K5 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 K5 K4 K3
    • 
      return [
          'bnomei.securityheaders.headers' => [
              'X-Frame-Options'        => 'SAMEORIGIN',
              'X-XSS-Protection'       => '1; mode=block',
              'X-Content-Type-Options' => 'nosniff',
              ...
          ]
      ];
      Content Security Policy Simplify the content security policy headers setup for your website K5 K4 K3