I have a nextjs app deployed in netlify platform. And I am seeing high usage of functions invocations. Wanted to understand is that something related due to high number of chunksjs created and served by nextjs handler or is it actually the api’s hit count. If it’s the chunksjs, is there a way to serve them through edge runtime?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Understanding function invocations after deploying Next.js app | 1 | 346 | June 8, 2023 | |
Function Invocation usage in Nextjs I don't understand | 8 | 694 | November 19, 2021 | |
Why does my site have so many function invocations, without any serverless functions? | 4 | 561 | October 14, 2022 | |
Why is my site invoking hundreds of Next.js Server Handler functions even with low usage? | 36 | 332 | October 27, 2024 | |
Why do my Function requests increase from viewing static pages with no dynamic elements? | 3 | 19 | October 19, 2024 |