Does anyone know, a way to minimize the container cold start time? Trying to get it to be 2-3 second

Does anyone know, a way to minimize the container cold start time? Trying to get it to be 2-3 seconds, but is right now 13 seconds. Thought I could make it smaller by reducing the image size and using buildx to create a optimized build for the linux/amd64 container runtime, but no luck
Was this page helpful?