
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeI can totally understand your frustration! High bandwidth usage on a static site with minimal images is definitely concerning. Based on similar cases in the Sanity community, here are the most common culprits and solutions:
From a very similar case that Sanity engineers investigated, here are the typical issues:
q=100)Setting q=100 on your image URLs significantly inflates file sizes without noticeable quality improvements. Switching to q=80 can reduce bandwidth by ~30%. For example:
q=100: 1.2 MBq=80: 281 KB (same image!)Using w=1200 or w=800 when images are displayed smaller, or when the original is already smaller than the requested size, wastes bandwidth. Only request the size you actually need.
PDFs and other document types served through Sanity's Asset CDN can be several MB per request. If users are frequently downloading menus, brochures, or other documents, this adds up quickly.
q=80 instead of q=100, and set width parameters to match actual display sizes@sanity/image-url, make sure you're setting sensible defaultsThe bandwidth spike dropping off on weekends suggests it might be related to:
Check your Sanity project's usage dashboard to see which assets are being requested most frequently. The Asset CDN caches aggressively (up to 10 MB images indefinitely), so repeated requests for the same URL shouldn't cause bandwidth issues unless the URLs are changing.
If you need help investigating further, Sanity support can look at your logs to identify the specific assets causing high bandwidth usage. Just reach out with your project ID and they can provide detailed insights into what's consuming your bandwidth.
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.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store