Warm devenv shell on PR #464 is down to roughly 1.16s-1.23s, and traced shell-entry tasks are down to roughly 459ms, but the end-to-end shell still misses the sub-second target.
Context:
- repo-side bootstrap work is now largely cached/skipped via the outer setup fingerprint and faster task status paths
- the remaining floor appears to be outside repo task execution or in the residual
setup:gate / shell activation path
Follow-up:
- separate repo-local hot-path costs from upstream
devenv shell activation overhead
- determine whether the remaining floor can be reduced further from inside
setup.nix or needs an upstream devenv change
Acting on behalf of the user.
Warm
devenv shellon PR #464 is down to roughly1.16s-1.23s, and traced shell-entry tasks are down to roughly459ms, but the end-to-end shell still misses the sub-second target.Context:
setup:gate/ shell activation pathFollow-up:
devenv shellactivation overheadsetup.nixor needs an upstreamdevenvchangeActing on behalf of the user.