Speed Counter

Stopwatch that starts ticking on load and freezes when the page finishes loading — shows real page load time

Surfaces
apps-script-web
Fields
FieldType
labelstring (optional, e.g. "Page loaded in")optional
substring (optional, sub-label)optional
accentstring (optional, hex)optional
Example payload
{
  "type": "speed_counter"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:speed_counter",
  "displayName": "Speed Counter",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/speed_counter",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Stopwatch that starts ticking on load and freezes when the page finishes loading \u2014 shows real page load time",
  "representativeQueries": [
    "show a live page-load stopwatch",
    "stopwatch that starts ticking on load and freezes when the page finishes loading \u2014 shows real page l",
    "render a speed counter"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →