cloud
performance_error
ai_generated
true
Function execution took Xms (cold start)
ID: cloud/cloud-function-cold-start
75%Fix Rate
80%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| any | active | — | — | — |
Root Cause
Serverless function cold start latency too high.
genericWorkarounds
-
88% success Minimize dependencies and bundle size for faster init
-
85% success Set appropriate min_instances for critical paths
Dead Ends
Common approaches that don't work:
-
Set minimum instances to maximum
78% fail
Very expensive for low-traffic functions
-
Ping function on schedule to keep warm
72% fail
Increases cost, unreliable