feat: add safe note open cache

This commit is contained in:
lucaronin
2026-04-29 10:08:33 +02:00
parent 792b3009dd
commit 3dc520abea
20 changed files with 470 additions and 84 deletions

View File

@@ -33,7 +33,7 @@ describe('noteOpenPerformance additional coverage', () => {
finishNoteOpenTrace('/vault/missing-stages.md')
expect(debugSpy).toHaveBeenCalledWith(
'[perf] noteOpen path=/vault/missing-stages.md source=quick-open total=25.0ms beforeNavigate=n/a contentLoad=n/a editorSwap=25.0ms cache=miss',
'[perf] noteOpen path=/vault/missing-stages.md source=quick-open total=25.0ms beforeNavigate=n/a freshnessCheck=n/a contentLoad=n/a editorSwap=25.0ms cache=miss',
)
})