You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be optional, since it can impact performance, e.g. when a site has small number of requests and it makes sense to keep the function warm, or when the requests are expected to result in more requests (again, having the function warm is useful). Also, code splitting would only be good when the routes are large and the splitting actually makes the cold start faster, otherwise if it doesn't make the cold start any faster it's just fasting useful warm lambdas.
Every route should only have the code needed for it to run. This should be an option since it complicates deployment.
The text was updated successfully, but these errors were encountered: