Skip to content

Investigate why vp create feels slow #1463

@crusty-voidzero

Description

@crusty-voidzero

Context

A follow-up from Discord: vp create feels slow, and it's unclear whether the time is mostly spent on network activity or on local/heavy logic during scaffolding.

Goal

Figure out where the latency comes from when running vp create:

  • network requests (package metadata, template downloads, etc.)
  • package manager / install steps
  • local compute / filesystem-heavy logic
  • other startup overhead

Suggested follow-up

  • add basic timing/instrumentation around the main vp create phases
  • identify the slowest step(s) in a representative run
  • confirm whether the bottleneck is network-bound or CPU/IO-bound
  • decide whether we should optimize the path, cache something, or improve UX/progress visibility

Origin

Discord thread context:

vp create is kind of slow. Is it network issue or actually running some heavy logic?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Priority

None yet

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions