[Docs] Two figures in PERFORMANCE_GUIDE are stale, and the two that matter are absent #640
Labels
No labels
accepted
bug
declined
docs
duplicate
enhancement
good first issue
in-progress
needs-info
privacy
security
triage
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
LibreKAT/Ocideck#640
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found in the pre-publication performance review.
Evidence:
docs/PERFORMANCE_GUIDE.mdunder Bundled asset sizes states "assets/total 10 MB";du -sh assetsnow reports 13 MB (the two privacy lexicons account for 2.0 MB). The Measured timing section measures one thing:flutter test test/tlp_test.dartat ~4.7 s.The two figures a user actually experiences — how long a PDF export of 200 slides takes, and how long a first web visit takes — are absent.
test/large_deck_performance_test.dartcovers only serialise/parse (150 slides, confirming non-quadratic behaviour), not the scan, the export or the UI.Why this matters: the guide is deliberately honest ("no invented latency budgets"), which is the right posture — but that honesty only works while the figures it does give are correct. A motivated visitor measures for themselves, finds 13 where it says 10, and the rest of the document loses its credit.
Proposal: update the
assets/line to 13 MB with the lexicons broken out, and add two measured lines: wall-clock time for one PDF export of the 150-slide test deck, and the first-visit figure from the web payload issue. Both with a date, as the rest of the section does.Opgelost in `
cc00070` (PR #655).De regel staat op 13 MB, met de twee privacylexicons (2,0 MB) apart genoemd en een datum bij de meting.
De twee ontbrekende getallen die het issue ook noemde — wandkloktijd van een PDF-export en het eerste-webbezoek — zitten hier niet in. Die vragen een meting op een gebouwde artefact, geen tekstwijziging; het webgetal hoort bij #613.
Stand bijgewerkt, want mijn vorige reactie is achterhaald door werk van een parallelle sessie.
assets/staat op 13 MB met de lexicons apart genoemd (cc00070) — het verouderde cijfer is wegDie laatste laat ik als gesloten staan: het uitgangspunt van deze gids is "no invented latency budgets", en een gat dat met zoveel woorden benoemd wordt is daar de juiste uitkomst van. Wil je de meting alsnog, dan is dat een eigen issue met een gebouwd artefact eronder.