craft-blitz
craft-blitz copied to clipboard
Intelligent static page caching for creating lightning-fast sites with Craft CMS.
- Create new entry in backend - Cache will be cleared automatically and front end will be updated - Craft CMS 3.5.17.1 - Blitz 3.8.0 When creating a new entry,...
I'm trying to setup Blitz to deploy to Netlify and I'm getting the errror `Repository path ~/deploy is not a directory.` I've followed the article on setting up, and my...
Hi, I recently updated an app to use the following settings: ``` // Whether the cache should automatically be cleared when elements are updated. 'clearCacheAutomatically' => false, // Whether the...
Hello, Thank you for your plugin ! You did an amazing job ! But I have encountered an issue, when I want to update an entrie with Craft, to add...
Hello, I've enabled "^newscenter" on "Included URI Patterns" and I've specified 'excludedQueryStringParams' => ['q'] in the blitz config file. When I search for something on newscenter it caches the search...
Hi, Thanks for the very nice plugin. The websites we build with Blitz are lighting fast. When we are filling the website, Blitz is taking too much tasks so we...
### Support Request Hi, Calling Blitz actions via URL with the API seems to trigger a PHP warning. Althought, the actions are working and the server response is 200. I...
Large queue jobs should be batched using a new config setting. Batchable jobs were only introduced in Craft 4.4, so this will have to happen in Blitz 5. Related: https://github.com/putyourlightson/craft-blitz/issues/535
### Support Request I'm looking into ways to disable the automatic cache purging by Cloudfront on entry resave. I'd like to have more manual control (hourly cache builds & purges...
### Bug Report I get this error: ``` putyourlightson\blitz\variables\BlitzVariable::getSsiTag(): Argument #3 ($includeId) must be of type int, null given, called in /app/vendor/putyourlightson/craft-blitz/src/variables/BlitzVariable.php on line 227 ``` On this bit ```...