What is Cold Start Latency (Serverless)?
Cold start latency (serverless) is the delay incurred when a cloud provider provisions a new compute container to execute a scraping function that hasn't been invoked recently. For data pipelines relying on AWS Lambda or Google Cloud Functions to parallelize millions of requests, this initialization tax—fetching the image, booting the runtime, and loading heavy dependencies like Playwright—can add seconds to every burst of concurrency. If unmanaged, cold starts destroy the cost economics and timing guarantees of real-time extraction.