deploy_feedback
deploy_feedback copied to clipboard
[Bug]: [google-cloud/storage] isolate start time take a long time after using NPM
Problem description
Before using NPM @google-cloud/storage, the load time was very fast.
After using NPM, the load takes a long time. More than 1 second.
Is there any info to solve it?
Steps to reproduce
just include npm specifier on deps.ts file.
export { Storage } from "npm:@google-cloud/[email protected]";
Expected behavior
Loading times are still fast when using npm specifier.
Environment
No response
Possible solution
No response
Additional context
No response
Without NPM:
isolate start time: 619.82 ms
After using NPM:
isolate start time: 26.48 s
cc: @lucacasonato
We're still working on this.