-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: enable Content Collection Caching #7535
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Adding a quick note that I’m not 100% confident we can rely on Vercel to test the cache hit in this case — tried rerunning the deploy there a few times with build cache enabled, but it always logs:
I think this is because Vercel only caches |
@delucis that's what I was going to test today, thanks! |
I think in this case a code issue is causing it to continuously be invalidated. I'm working on a fix while writing tests. |
* feat: enable Content Collection Caching * fix: disable inlineStylesheets * force rebuild * Update CCC version * Combine experimental config * Change one thing * change * Add a check for debugging * Remove changes --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
* feat: enable Content Collection Caching * fix: disable inlineStylesheets * force rebuild * Update CCC version * Combine experimental config * Change one thing * change * Add a check for debugging * Remove changes --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Description (required)
Maybe I could've tried this before, sorry for the time loss.