We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This package should allow site owners to configure CDN cache purging when a page changes. This would allow for very long edge caching times.
This would involve listening for the PageRefreshed event and creating a purge request job when the page is changed.
PageRefreshed
We should create a CDN Purging contract so we can support multiple CDNs. To start, we'll have support for Cloudflare and possibly Fastly.
The text was updated successfully, but these errors were encountered:
We should use Job Chaining to make sure this CDN purge happens after the HTML Post Processing job.
Sorry, something went wrong.
vkazakevich
No branches or pull requests
This package should allow site owners to configure CDN cache purging when a page changes. This would allow for very long edge caching times.
This would involve listening for the
PageRefreshed
event and creating a purge request job when the page is changed.We should create a CDN Purging contract so we can support multiple CDNs. To start, we'll have support for Cloudflare and possibly Fastly.
The text was updated successfully, but these errors were encountered: