Issue:
Image cache reads and writes have unexpectedly spiked from zero to around 4k per day, despite having only ~10 users daily. No recent changes were made to the codebase. The app is built with Next.js.
Request:
Looking for insights into what could cause this sudden increase in image cache activity and how to diagnose or resolve the issue.
Additional Context:
Using Next.js with next/image for image optimization.
The issue appeared without code changes.
Traffic has remained consistent at ~10 users/day.
Any suggestions on what to check or potential causes would be appreciated!