blog
blog copied to clipboard
Optimize feed generation
- Generate a new feed (takes 6s) only when there is a change in posts
- Fix a couple of bugs with editing and creating post scripts
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/statelyai/blog/51QKASG3Jvk5SPgcSnz8Pgs6kS52
✅ Preview: https://blog-git-farskid-optimize-feed-generation-statelyai.vercel.app
Why is the cache useful? On the CI, we won't have access to any persistent FS cache, so the feed will always be regenerated.
Why is the cache useful? On the CI, we won't have access to any persistent FS cache, so the feed will always be regenerated.
That's true. I realized that after I did the poc.