Open
Description
#696 change the default route preloading to "none".
While the previous default was "withWaitUntil" it looks like the preloading is started too early in OpenNext and it still interferes with request time.
We should try to push the preloading towards the end of the request, maybe by creating a new "onEnd" hook.