storacha-network / gateway-lib

Shared library of components for building an IPFS gateway in Cloudflare workers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract styling for dir listing to a file that can be cached separately

olizilla opened this issue · comments

✂️ every new dir request to our gatway includes 90kb of inlined css/svg (45kb after gzip). A small dir listing is like 5kb without it.... and we don't tend to update it.

If we externalised it to a file (gasp!) it would get permanent cache headers, and save us ~45kb of egress per viewing of a new dir listing, which at our gateway numbers might be nice.