Is there a way to reliably prevent Compose on Web ...
# compose
c
Is there a way to reliably prevent Compose on Web from making a network request for each-and-every string resource? I’m already providing a
Cache-Control
header server-side, but client-side still ends up revalidating the request for each string and receiving a lot of
304
responses sequentially.
c
Ah, thank you. Glad to see this is tracked — I couldn’t find it when I searched, so I thought I was missing something.