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

  • Submit a plugin
  • getkirby.com
  • AI
  • Analytics
  • Assets
  • Authentication
  • Caching
  • Cli
  • Content Creation
  • CSS
  • Databases
  • Dates
  • Debugging
  • DX
  • E-Commerce
  • Feeds
  • Forms
  • Headless
  • Icons
  • Internationalisation
  • Jamstack
  • Logging
  • Media
  • Panel
  • Performance
  • Privacy
  • Routing
  • Search
  • Security
  • SEO
  • Social Media
  • Structured data
  • Templating
  • Text
  • Typography
  • Versioning
  • Videos
  • WYSIWYG
  • Cachebusting

    Featured

    • Markus Denhoff Markus Denhoff

      Clear Cloudflare Cache

      Automatically purge Cloudflare cached URLs

    All plugins

    • <?= js('assets/js/main.js') ?>
      
      <!-- will become -->
      <script src="/assets/js/main.9ad649fd.js"></script>
      Hashed Assets File name hashes support for css() and js() helpers. Without rewrite rules! K4 K3
    • return [
        'schnti.cachebuster.active' => true
      ];
      Cachebuster Add modification timestamps to your css and js files, as long as they are embedded with the css() and js() helpers. K4 K3
    • href="styles.db5796ea5bf2.css"
      Fingerprint Cache-busting utility to fingerprint assets K4 K3
    • $page->file('ukulele.pdf')->fingerprint();
      Fingerprint File method and css/js helpers to add hashes to assets and files K5 K4 K3