Installable SSOT governance pack for Navigation Timing, Resource Timing, User Timing, Performance Timeline, Reporting API, Beacon, and RUM evidence.
This repository is an installable SSOT Registry governance pack. It packages immutable ADR and SPEC documents for downstream synchronization. It intentionally does not cross-link to other governance packs.
Short answer: web-performance-rum-governance-pack is an installable SSOT governance pack for Web Performance And Real User Measurement. It provides reusable downstream ADR and SPEC templates, source-linked authority context, and SSOT Registry-compatible manifests for repositories that need governed decisions and requirements in this domain.
Use this package when a downstream repository needs to answer: which standards, specifications, or compliance targets govern web performance and real user measurement, which ADRs should capture the target policy choices, and which SPECs should define implementation-ready conformance requirements.
- Installable Python package:
web-performance-rum-governance-pack - GitHub package repository:
groupsum/web-performance-rum-governance-pack - Import package:
ssot_pack_web_performance_rum - Portable downstream ADR templates for policy decisions tied to authority sources.
- Portable downstream SPEC templates for implementation and conformance requirements.
- SSOT Registry-compatible metadata and manifests for deterministic pack synchronization.
- Pack ID:
pack:web-performance-rum - PyPI package:
web-performance-rum-governance-pack - Import package:
ssot_pack_web_performance_rum - GitHub repository: groupsum/web-performance-rum-governance-pack
- Reservation owner:
extension-pack:web-performance-rum-governance-pack
Web Performance And Real User Measurement
adr:navigation-timing-rum-policy- Navigation Timing RUM Policyadr:resource-timing-rum-policy- Resource Timing RUM Policyadr:user-timing-instrumentation-policy- User Timing Instrumentation Policyadr:performance-timeline-observation-policy- Performance Timeline Observation Policyadr:browser-reporting-rum-policy- Browser Reporting RUM Policyadr:beacon-rum-delivery-policy- Beacon RUM Delivery Policy
spc:navigation-timing-entry-requirements- Navigation Timing Entry Requirementsspc:navigation-timing-rum-derived-metric-requirements- Navigation Timing RUM Derived Metric Requirementsspc:resource-timing-entry-requirements- Resource Timing Entry Requirementsspc:resource-timing-privacy-filtering-requirements- Resource Timing Privacy Filtering Requirementsspc:user-timing-mark-measure-requirements- User Timing Mark Measure Requirementsspc:performance-timeline-observer-requirements- Performance Timeline Observer Requirementsspc:performance-entry-export-envelope-requirements- Performance Entry Export Envelope Requirementsspc:reporting-api-report-ingestion-requirements- Reporting API Report Ingestion Requirementsspc:reporting-api-endpoint-group-requirements- Reporting API Endpoint Group Requirementsspc:beacon-rum-delivery-requirements- Beacon RUM Delivery Requirementsspc:beacon-payload-reliability-requirements- Beacon Payload Reliability Requirementsspc:web-performance-rum-audit-evidence-requirements- Web Performance RUM Audit Evidence Requirements
uv add web-performance-rum-governance-pack
uv add ssot-registry web-performance-rum-governance-packuvx --from ssot-registry ssot pack install web-performance-rum-governance-pack
uvx --from ssot-registry ssot pack sync . web-performance-rum-governance-pack
uv run ssot adr list .
uv run ssot spec list .from ssot_pack_web_performance_rum import load_document_manifest
adr_manifest = load_document_manifest("adr")
spec_manifest = load_document_manifest("spec")- GitHub package repository: groupsum/web-performance-rum-governance-pack
- PyPI package: web-performance-rum-governance-pack
- SSOT Registry: ssot-registry
- SSOT pack contracts: ssot-pack-contracts
Established canonical browser metric and Beacon ownership and added FCP, LCP, CLS, INP, long-task, and TBT contracts.