`npx convex dev` consistently taking >30s to deploy functions
Just want to make sure that I'm not doing something wrong. I'm seeing elevated function deployment times, but maybe this is expected. How should I assess this?
4 Replies
Note that my internet connection is stable and 45Mbps on fast.com
I just wonder if it's because of some action code I've added under files with the "use node" directive
Does
npx convex dev --typecheck=disable
speed it up?
It could have been a big type checking dependency that was recently added.You can also check out external dependencies: https://docs.convex.dev/functions/bundling
Bundling | Convex Developer Hub
Bundling is the process of gathering, optimizing and transpiling the JS/TS
Discussion continued in #Latency between Convex runtimes