David Alonso
David Alonso6mo ago

`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?
No description
4 Replies
David Alonso
David AlonsoOP6mo ago
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
ian
ian6mo ago
Does npx convex dev --typecheck=disable speed it up? It could have been a big type checking dependency that was recently added.
ian
ian6mo ago
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
David Alonso
David AlonsoOP6mo ago
Discussion continued in #Latency between Convex runtimes

Did you find this page helpful?