Technologies/Django/http.server.response.body.size
DjangoDjangoMetric

http.server.response.body.size

Histogram of HTTP response body size
Dimensions:None
Available on:OpenTelemetryOpenTelemetry (1)
Interface Metrics (1)
OpenTelemetryOpenTelemetry
Size of HTTP response bodies sent by Django
Dimensions:None

Technical Annotations (4)

Technical References (4)
JSON LinesprotocolJSONLprotocolyieldconceptpaginationconcept
Related Insights (5)
Bandwidth Cost Explosion from Unoptimized Assetswarning

High bandwidth consumption from serving large unoptimized images, JavaScript bundles, or missing CDN cache configuration drives unexpected cost increases and degrades performance for users on slow connections.

Image Optimization Service Overloadwarning

Heavy reliance on Vercel's on-demand image optimization without proper caching or excessive unique image transformations can hit concurrency limits or cause slow image serving, impacting page load performance and LCP.

Function Payload Size Limit Breachwarning

Requests or responses exceeding function payload size limits (6MB for request body, 4.5MB for response) result in 413 or 500 errors, breaking API endpoints and user flows that handle file uploads or large data transfers.

Streaming JSON Lines and binary data with yield supportinfo
Unpaginated queries on large tables cause expensive operationswarning