Measure Startup Requests

Use when measuring what the Trilium client loads at startup — "what loads at boot?", "did this change reduce the startup bundle?", "is <dependency> lazy?", or any before/after comparison for lazy-loading / code-splitting work. Drives a headless browser through login against the running dev server, records every request, and analyzes captures (summary, heavy-dependency probe, before/after diff). Don't write a new throwaway Playwright script or inline node analyzers — both already live here.

triliumnext Updated

File contents

triliumnext/trilium/tree/main/.claude/skills/measure-startup-requests commit 60cd79e925

Frequently asked questions

npx skillmds@latest add triliumnext/measure-startup-requests