Joint session with Vercel: How to build intelligent storefronts (May 15th)

Investigating Unexplained Bandwidth Spikes on September 24th

18 repliesLast updated: Nov 29, 2025

Hi Sanity Help,
I noticed spikes in bandwidth usage which do not not entirely correspond with other usage metrics (see attached).

This is a tiny project with virtually no users so the high bandwidth usage is odd. I would like to identify the cause of the high bandwidth usage before adding new users.

Could you please provide logs or other data that could help me identify the cause of the high bandwidth consumption? I am interested in 24th September in particular.

Many thanks,

User
AI Update

I understand your concern about the bandwidth spike! The good news is that Sanity provides Request Logs that can help you identify exactly what's causing high bandwidth usage.

How to Access Your Request Logs:

Note: New exports can be requested every 24 hours, and logs are available up to the day before the download.

What's in the Logs:

The logs come as GZIPPED NDJSON files and contain detailed information about every request, including:

Analyzing the Logs:

You can convert the compressed logs to CSV for easier analysis:

gunzip --stdout [logfile].ndjson.gz | npx json2csv --ndjson --output output.csv

Or use tools like jq, GROQ CLI, Jupyter Notebook, or even upload samples to ChatGPT for help identifying patterns.

Common Culprits for Bandwidth Spikes:

Based on community cases, common causes include:

Important: Filter out studioRequest entries when analyzing - those are from Sanity Studio and don't count toward your bandwidth usage or costs, so they won't explain billing spikes.

If you're outside the 7-day window or need more detailed assistance for September 24th specifically, you can contact Sanity support directly through the manage interface, and they can help you investigate specific dates using the Trace IDs and Span IDs in the logs.

Show original thread
18 replies

Was this answer helpful?

Sanity – Build the way you think, not the way your CMS thinks

Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.

Related contributions