yttcom.net
Backend / Tools / DB Viewer
yttcom.net
Domains / DB Viewer
v2.0 · 07.11.26
◇ 80-sys.db
systems/80-kitchen/data/
records.db inbox.db transfers.db knowledge.db jurisdiction.db
80-sys decisions Row #9
Tables
decisions
62
domain
7
events
62
gov_archive
0
gov_archive_fts
0
gov_archive_fts_config
1
gov_archive_fts_data
2
gov_archive_fts_docsize
0
gov_archive_fts_idx
0
items
58
recipes
37
sessions
27
sqlite_sequence
6
transfers_log
0
decisions — Row #9
80-sys.db · systems/80-kitchen/data/
⌂ Kitchen Hub →
id
9
system
80 Kitchen
date
08/23/26
subject
DoughCalc: fixed stale PWA cache -- root cause of tab (and possibly earlier fixes) not appearing
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
9
detail
USR369 reported not seeing the new tab, despite it being verified byte-exact on the live server via direct fetch. Root cause: service-worker.js used a cache-first strategy for index.html with a static CACHE_NAME ('doughcalc-v1') that never changed across any of today's deploys. Browsers only re-check a service worker file for updates when ITS OWN bytes change -- since I only ever edited index.html (never service-worker.js itself), the browser had no signal to reinstall the service worker or refresh its cache, so the installed PWA kept serving whatever index.html was cached at install time indefinitely, regardless of how many real server-side deploys happened. This likely means some or all of today's earlier DoughCalc fixes may not have been visible either if USR369 was testing via the installed home-screen app rather than a fresh browser tab. FIX: switched the fetch handler from cache-first to network-first (always try the live network fetch first, update the cache with the fresh copy, only fall back to the cached copy if the fetch fails -- i.e. genuinely offline, which is what this caching exists for) and bumped CACHE_NAME to v2 to force an immediate refresh of the currently-stuck stale cache. This is a permanent fix, not a one-time patch -- future index.html edits will now show up on next load without needing another service-worker version bump.
▼ Show timestamps
created_at
2026-08-23 16:36:52
Backend Domains Panel DB Viewer Transfers
Backend Tools DB Viewer DB Admin Server Map File Editor Backend Tools DB Viewer DB Admin Server Map File Editor