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
  • Ahmet Bora Ahmet Bora

    Minify HTML

    Enable minify HTML output for Kirby.

    Docs Source

    Manual

    Download and extract the folder to site/plugins/kirby-minify-html

    Composer

    Git Submodule

    return [
        'afbora.kirby-minify-html' => [
            'enabled' => true,
            'options' => [...]
        ]
    ];
    Version
    2.2.1
    License
    MIT
    Stars
    36
    Supports
    K5 K4 K3
    Created
    20 Sep 2019
    Updated
    16 Aug 2025

    Info

    Topics
    • Performance
    • Templating
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 2.2.1
    • 2.2.0
    • 2.1.0
    • 2.0.0
    • 1.7.1

    Similar plugins

    • Kirby Template Sugar Syntactic sugar for Kirby templates that makes working with snippets and slots a breeze. K5 K4 K3
    • Code Editor Code editor field for Kirby 3 and 4. K5 K4 K3
    • Storybook Generate Storybook stories from snippets and templates K5 K4 K3

    More by Ahmet Bora

    More
    • // hook
      'page.product.update:after' => function () {
          // your code goes here
      }
      Template hooks Template hooks allow you to manage hooks for page and file templates more easily. K4 K3
    • return [
          'afbora.loader.roots' => [
              '/plugins/core',
              '/plugins/payment',
              '/plugins/shipping',
          ]
      ];
      Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping. K5 K4 K3