addyosmani/timing.js
Navigation Timing API measurement helpers observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4364
- days_rel: n/a
- days_push: 2344
- n_releases_24m: 0
Adoption not part of the score
1478 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small JavaScript library of helpers for the Navigation Timing API that measures where a web page spends its time loading. It normalizes firstPaint across browsers and exposes computed metrics like domReadyTime and loadTime via a simple API or console tables.
Use cases
- measure page load performance in the browser
- get first paint time across Chrome, Firefox and IE
- print a table of navigation timing metrics in DevTools
- find out how long DNS, connect and request phases take
- use as a bookmarklet to audit any page's load timing
When to choose
- you need quick browser page-load timing metrics without a full RUM solution
- you want a tiny standalone script, DevTools snippet or bookmarklet for performance auditing
When to avoid
- you need modern PerformanceObserver or User Timing based metrics
- you need continuous real-user monitoring or production analytics
- you need long-term maintained support — the project has seen little activity since 2020
Facets
library · maturity maintenance
developer-tools monitoring analytics web-development frontend performance developer-tools browser navigation-timing performance-metrics page-load bookmarklet devtools javascript
2 sources
- readme: https://github.com/addyosmani/timing.js · fetched 2026-08-28 · 2c8e3ba37a9e
- registry_npm: https://registry.npmjs.org/timing.js · fetched 2026-08-29 · 306215ef8e7f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| addyosmani/timing.js | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="addyosmani/timing.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem