Skip to content
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

CDN Cache Purge #3

Open
gregpriday opened this issue Feb 23, 2021 · 1 comment
Open

CDN Cache Purge #3

gregpriday opened this issue Feb 23, 2021 · 1 comment
Assignees

Comments

@gregpriday
Copy link
Member

gregpriday commented Feb 23, 2021

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.

@gregpriday
Copy link
Member Author

We should use Job Chaining to make sure this CDN purge happens after the HTML Post Processing job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants