Skip to content

Instantly share code, notes, and snippets.

View SuperLlama88888's full-sized avatar

SuperLlama88888

  • Australia
  • 21:46 (UTC +11:00)
View GitHub Profile
@SuperLlama88888
SuperLlama88888 / cache_api_common_timings_spidermonkey.md
Created September 24, 2025 01:30
JavaScript Cache Api common timings (SpiderMonkey/Firefox)

JavaScript Cache Api common timings (SpiderMonkey/Firefox)

Operation Time
caches.keys() 0.15 - 0.3ms
caches.has() 0.25 - 0.5ms
caches.open() 0.2 - 0.35ms
caches.open() miss 0.25 - 0.5ms
caches.delete() free
cache.match() miss 0.2 - 0.3ms
cache.match() 39 - 40ms (regardless of response size)