You are here |
golb.hplar.ch | ||
| | | |
madebymike.com.au
|
|
| | | | My experience implementing service workers to cache and serve content offline. | |
| | | |
v8.dev
|
|
| | | | (Byte)code caching reduces the start-up time of commonly visited websites by caching the result of JavaScript parsing + compilation. | |
| | | |
ash.ms
|
|
| | | | Recently I came across the Cache API. It's used in Service Workers to prefetch/cache files for your offline web app, but it's also available outside of workers. I was looking at using the Cache API to cache generated images, to speed up a WebGL piece, without crashing Safari. Never got around to it, but now ... Continue reading "Using the cache API to store huge amounts of data in the browser" | |
| | | |
unplannedobsolescence.com
|
|
| | You can make a website with nothing but string concatenation. |