-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache generation does not seem stable #1
Comments
I haven’t done much testing with cache generation in Craft Cloud. What exactly are you seeing? This could come down to Cloud enforcing a timeout from web requests. Are you running cache generation from the command line or via web requests? I assume the former should work, not sure about the latter. |
Hello, So it has to be via web request because there's a 15 min timeout on the command line and it needs around an hour it looks like (around 2000 pages). Did some more testing and basically what seems to be happening is the queue says it's re-generating the cache but it's not. It's only re-generated when I load the page. I've asked Brad at P&T if it could be linked to the image generation, and he said "on Craft Cloud because all Cloud transforms are generated on-demand." Thank you! |
Blitz batches queue jobs, so the 15 minute timeout shouldn’t be an issue. It defaults to a batch size of 100 using the
Can you please attache a diagnostics report so I can see what your config setup looks like?
Possibly. When you visit an uncached page, do you see |
Support Request
Hello,
How stable is the Blitz integration with Craft Cloud? The cache generation seems to fail on start, or get stuck like this:
I'm using this in blitz.php
Thank you,
Plugin Version
2.0.0 / Blitz 5.9.3 / Craft 5.5.3
The text was updated successfully, but these errors were encountered: