Worth caching signedUrl ?
Is it worth caching a created signedUrl?
Does it make any difference whether I call createSignedURL for 1000 images, multiple times (because users switching between views causing re-render) or store the previously createdSignedURLs for some time and use them?
Does it make any difference whether I call createSignedURL for 1000 images, multiple times (because users switching between views causing re-render) or store the previously createdSignedURLs for some time and use them?