mrdoob/stats.js
JavaScript Performance Monitor observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 5991
- days_rel: n/a
- days_push: 691
- n_releases_24m: 0
Adoption not part of the score
9148 stars · 1189 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A tiny JavaScript library that displays an on-page info box monitoring rendering performance, showing FPS, frame time in milliseconds, and allocated memory, with support for custom user-defined panels. It is commonly used alongside WebGL/Three.js applications and can also be injected into any page via a bookmarklet.
Use cases
- monitor fps in a browser game or WebGL app
- measure frame render time in milliseconds
- track javascript memory usage during animation loops
- overlay a performance stats panel on any web page
- debug rendering performance in three.js projects
When to choose
- you need a lightweight, zero-dependency FPS/frame-time overlay for canvas or WebGL rendering
- you want a quick bookmarklet to profile any web page's render loop
- you need custom performance panels with a minimal API
When to avoid
- you need full application performance monitoring with network, CPU, and user timing metrics
- you want server-side or Node.js performance profiling
- you need historical performance data, charts, or remote reporting
Facets
library · maturity maintenance
monitoring benchmarking developer-tools web-development frontend performance graphics browser fps-counter performance-monitor debug-overlay threejs-ecosystem bookmarklet javascript nodejs
3 sources
- readme: https://github.com/mrdoob/stats.js · fetched 2026-08-28 · 1cfdd0b19c5e
- homepage: http://mrdoob.github.io/stats.js/ · fetched 2026-08-29 · ed836a6381c2
- registry_npm: https://registry.npmjs.org/stats.js · fetched 2026-08-29 · ee177967d35d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mrdoob/stats.js | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem