Technologies/Express/express.http.response_time.avg
ExpressExpressMetric

express.http.response_time.avg

Average response time
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
The average response time
Dimensions:None

Technical Annotations (19)

Configuration Parameters (2)
NODE_ENVrecommended: production
Enables template caching, CSS caching, and reduces error verbosity for 3x performance gain
limitrecommended: 50
Pagination limit to prevent unbounded result sets
CLI Commands (1)
npx clinic doctor -- node app.jsdiagnostic
Technical References (16)
morgancomponentN+1 queryconceptconnection poolcomponentPerformanceObservercomponentperformance.markcomponentperformance.measurecomponentv8-profilercomponentClinic.jscomponentRediscomponentMemcachedcomponentpercentileconcepttail latencyconceptevent loopcomponentcallback queuecomponentcompressioncomponentngx_http_gzip_modulecomponent
Related Insights (9)
Slow API response times indicate processing bottleneckswarning
NODE_ENV not set to production causes 3x performance degradationwarning
N+1 database queries with eager loading cause connection exhaustioncritical
Slow operations over 100ms threshold degrade user experiencewarning
High response times from application bottleneckswarning
Slow tail latency from outlier requests obscured by averageswarning
Event loop 100% utilization causes request latency spikes and timeoutscritical
Uncompressed responses increase bandwidth and latencyinfo
Repeated identical requests without caching waste resourcesinfo