mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
cb18b0e19e
Implement caching for sitemap.xml to avoid regenerating the massive sitemap on every request. The sitemap is now: - Generated once and cached with the current date - Served from cache for all requests on the same day - Automatically regenerated the next day This significantly improves performance as the sitemap includes thousands of URLs for all Bible verses, chapters, books, topics, and other resources. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>