S
SolidJS6mo ago
Mr Void

Is there any way of caching an image loaded from a url?

I've got images stored on supabase's storage and the first time a component renders, it creates a signedUrl and uses that url within the image element. However, this happens each time the component re-renders. I wish to avoid the loading time by caching the image itself, not the link. Is this possible? If so how? Could the image data be cached in solid store?
0 Replies
No replies yetBe the first to reply to this messageJoin