
Improving Cold Start issues in Next.js Serverless Functions
2023年5月7日 • ☕️ 4 min read
From version 13.4 of Next.js, the app folder becomes officially available, but it seems that the Cold Start issue for serverless functions has not been resolved. In cases where caching is not possible and SSR (Server-Side Rendering) is required every time, let's render at the Edge instead of using Node.js for rendering.