denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

Aot builds of Fresh on Deploy are significantly slower than Jit #638

Open Blocksnmore opened 6 months ago

Blocksnmore commented 6 months ago

Continuing from Discord When deploying a project on Deno Deploy that uses Fresh's aot builds (via github actions) the start times are much slower than projects using deploy's automatic deployment feature.

Fresh projects using aot: image image

Fresh projects not using aot: image image When one of the non aot projects was updated to the latest build of fresh: image

All aot and the last non aot are using the latest version of fresh

marvinhagemeister commented 6 months ago

There must be something going on with Deploy at the moment. Normally AOT easily outperforms JIT projects easily.

Blocksnmore commented 6 months ago

I can confirm that this issue is still occurring and it feels like it's getting worse, I'm now getting some boots that take 3-5 seconds rather than the typical ones in the screenshot at 1-2 seconds

miguelrk commented 3 months ago

I can confirm I am having the same issue but much worse, up to 40 seconds for a very simple one file static website...

Blocksnmore commented 3 months ago

Can confirm again this issue is still occurring image image image