Why are the Images being delivered 3 times.

0

I have problem with the images. in the Firefox developer tool I can see that the images are being delivered 3 times but only once cached. It makes big traffic for no reason. Once the image delivered from s3 bucket, once from execute-api, and once with the long name incl amz-algorithm in the link. Any idea why is it happening? I`ve attached the screenshot. Enter image description here

demandé il y a un an214 vues
1 réponse
0

Hi.
Some of this is down to the "server" you are calling the asset from.
When you have a different host, even if the same file, generally browsers will not see it as a match and so not pull it from cache.
Cache in most browsers is handled as site (URL up to first /) and then the file name.
So, this is why when the host and file match, even with parameters after the file name, you see one is from cache.

This is actually good behavior as if my website had the same file name for an image you wouldn't want to show my image but the one from your site.

If you want to ensure that all images are cached you probably want to put a custom domain (same as website) on the API gateway.

profile picture
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions