heatmaps: part 10

This commit is contained in:
nym21
2026-06-01 00:38:12 +02:00
parent 3b7734a61a
commit 7181d59966
5 changed files with 24 additions and 132 deletions
+1 -1
View File
@@ -1916,7 +1916,7 @@ class BrkClientBase {
const url = `${this.baseUrl}${path}`;
/** @type {_MemEntry<T> | undefined} */
const memHit = this._memGet(url);
const browserCache = this._browserCache ?? await this._browserCachePromise;
const browserCache = this._browserCache;
// L1 fast path: deliver from memCache, revalidate via network.
// ETag match → zero parse, zero clone, zero cache write, no second onValue fire.