The fix
My first request is slow because of a cold start. Stack: [Vercel functions / Supabase Postgres]. Help me move heavy initialization to module scope so it caches across warm invocations, add a connection pooler for the database, and trim function size. Show me the specific code to move.
Learn it properly: Recipe 07, Ship β