The ASCII fluid sim at embeds/fluid-sim.html runs noticeably slow + glitchy embedded as the hero iframe on https://nimbleco-site.pages.dev (reported by Juniper 2026-07-24). Not a hosting issue — the embed is served from GitHub Pages either way; it's sim CPU cost at full container resolution inside a busy page.
Candidate fixes: cap FPS; scale grid resolution to container size / devicePixelRatio; pause via IntersectionObserver when offscreen; accept a ?quality= param the embedding page can set.
🤖 Generated with Claude Code
The ASCII fluid sim at embeds/fluid-sim.html runs noticeably slow + glitchy embedded as the hero iframe on https://nimbleco-site.pages.dev (reported by Juniper 2026-07-24). Not a hosting issue — the embed is served from GitHub Pages either way; it's sim CPU cost at full container resolution inside a busy page.
Candidate fixes: cap FPS; scale grid resolution to container size / devicePixelRatio; pause via IntersectionObserver when offscreen; accept a ?quality= param the embedding page can set.
🤖 Generated with Claude Code