I am deploying a next.js app to a Google App Engine (standard) but I am having trouble with cold start times.
I am building locally then deploying the .next folder to GAE. On the first boot it takes 15-25 seconds to boot up. Looking at the logs I can see a log for a very long GET 200 request but there's not really any information about what is going on.
See image below:

When I run yarn start locally it boots up in < 1, which as far as I understand is running the same production build? It is almost as though GAE is doing a build before it eventually deploys..
Any pointers would be immensely appreciated!
Alex
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/Hd0z0nnBxLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/36492fc1-3a01-4db2-a199-77cda7e7e3ea%40googlegroups.com.