Skip to content

dyerc/craft-flux

Repository files navigation

Stable Version Total Downloads

Flux Plugin for Craft CMS

Flux integrates your site image transforms with AWS, using Lambda and CloudFront to process, cache and serve your images.

  • Image heavy pages will feel more instantaneous to load because high performance CloudFront servers perform the image transformations
  • Process image transforms on demand, only when they are requested by the user
  • Automatically serve WebP to browsers that support it without having to explicitly define WebP transforms in your templates
  • Supports all Craft filesystems, including local folders
  • Compatible with your existing Craft template code, named transforms and focal points. Simply enable Flux and your templates don't need to change
  • Transforms are completely URL based, no database queries are needed
  • Automatically purges transformed files when assets change

Documentation

Learn more and read the documentation at cdyer.co.uk/plugins/flux »

License

This plugin requires a commercial license purchasable through the Craft Plugin Store.

Requirements

This plugin requires Craft CMS 4.0.0 or later.

Installation

To install the plugin, search for “Flux” in the Craft Plugin Store, or install manually using composer.

composer require dyerc/craft-flux

Created by Chris Dyer.