How to optimize imports on deno deploy?
I have a medium project (44 files) deployed on deno deploy, where works.
But, I'm getting inconsistent and sometimes very long cold start times in my deno project, like the attached image.
All my dependencies:
After some tests, I suspect there is a problem with Imports, because only to import a module with 5x files the deploy is having 2 secs, sometimes 4 secs.
I would like to know if this is normal and if not, How can i fix it?
But, I'm getting inconsistent and sometimes very long cold start times in my deno project, like the attached image.
All my dependencies:
After some tests, I suspect there is a problem with Imports, because only to import a module with 5x files the deploy is having 2 secs, sometimes 4 secs.
I would like to know if this is normal and if not, How can i fix it?

