How to speed up cold start for an API in Astro with Deno and MongoDB?
I’m building a web app with Astro using SSR and Deno for the backend. I have an API that connects to MongoDB, but I’ve noticed that the cold start time (the first request after restarting the server) is pretty long.