dare.co.uk — dashboard thumbnails audit
DARE.CO.UK · DASHBOARD THUMBNAILS AUDIT · 6 JUNE 2026
Catches deploy drift where the LIVE dash.dare.co.uk page lacks inline thumb-pop spans even though the local pre-deploy build has them. Hover-preview UX silently dies when this drift happens.
Live URL: https://dash.dare.co.uk/
Local source: /Users/dansellars/Downloads/dare_dashboard.html
At a glance
| Metric | Local pre-deploy | Live deployed | Delta |
|---|---|---|---|
| HTML size (chars) | 2,508,623 | 308,823 | -2,199,800 |
| Inline thumb-pop spans | 114 | 0 | -114 |
| Inline data:image URIs | 114 | 0 | -114 |
| Anchors with link-with-thumb class | 186 | 186 | +0 |
❌ Verdict — RED
Live has 0/114 thumb-pop spans (0% of local) — production lost the thumbnail payload. Likely cause: a deploy ran dare_cf_analytics.py --html WITHOUT --thumbs, or an ad-hoc deploy overwrote a healthy build with a thumbless one.
What to do
- Re-run a clean dashboard refresh to overwrite the broken deployment: