←back to thread

Cache

(developer.mozilla.org)
147 points aanthonymax | 1 comments | | HN request time: 0.001s | source
Show context
judah ◴[] No.45129306[source]
Cache is super useful for making web apps available offline.

I run a guitar chord chart site[0] that uses cache to enable offline experience; any chord charts you view while online are then available offline thanks to cache. It works pretty great. You service worker intercepts HTTP requests and can first check the cache for cached request/responses.

[0]: https://messianicchords.com

replies(1): >>45129943 #
inetknght ◴[] No.45129943[source]
> Cache is super useful for making web apps available offline.

... until you find someone who has very low cache available. Or cache gets evicted.

replies(5): >>45129989 #>>45130694 #>>45131396 #>>45131818 #>>45132139 #
1. stonogo ◴[] No.45131396[source]
Or their computer breaks. Or their electricity cuts off. Or an asteroid hits them.

...things can be super useful without being flawless.