paulirish/memory-stats.js
minimal monitor for JS Heap Size via performance.memory observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4242
- days_rel: n/a
- days_push: 4079
- n_releases_24m: 0
Adoption not part of the score
2091 stars · 106 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A minimal JavaScript library that displays a live JS heap size monitor overlay in the browser, similar to stats.js but for memory. It reads Chrome's non-standard performance.memory API and renders usage in a small DOM widget.
Use cases
- monitor JS heap size while debugging a web app
- detect memory leaks in a browser page
- overlay a memory usage graph like stats.js FPS meter
- watch heap usage during Three.js or game development
- inject a memory monitor into any page via bookmarklet
When to choose
- you need a lightweight in-page heap size indicator during development
- you're profiling memory in Chrome and want a quick visual
- you want a stats.js-style meter for memory instead of FPS
When to avoid
- you need memory metrics in Firefox or Safari (performance.memory is Chrome-only)
- you need production-grade memory profiling or heap snapshots (use Chrome DevTools)
- you need precise readings without launching Chrome with --enable-precise-memory-info
Facets
library · maturity maintenance
monitoring developer-tools developer-tools web-development performance browser memory-monitoring heap-size performance-memory debugging stats-overlay chrome-only javascript
1 source
- readme: https://github.com/paulirish/memory-stats.js · fetched 2026-08-28 · b9eb2822b97c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| paulirish/memory-stats.js | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="paulirish/memory-stats.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem