Hello,
I have a very simple test page, where I display an RG.
The query returns 1 result, and the result has 1 field: List of Images, which contains only 1 image.
To my surprise, when I look at the Network tab, I can see the image being loaded thrice (sometimes 4 times). I am not re-sizing the UI at these times.
Attached screenshot.
The url is the same :
– “https://d1muf25xaso8hp.cloudfront.net/https%3A%2F%2Fs3.amazonaws.com%2Fappforest_uf%2Ff1620046776660x430638161780683600%2FKeates.png?w=384&h=417&auto=compress&dpr=1&fit=max”
– --“https://d1muf25xaso8hp.cloudfront.net/https%3A%2F%2Fs3.amazonaws.com%2Fappforest_uf%2Ff1620046776660x430638161780683600%2FKeates.png?w=256&h=396&auto=compress&dpr=1&fit=max”
– “https://d1muf25xaso8hp.cloudfront.net/https%3A%2F%2Fs3.amazonaws.com%2Fappforest_uf%2Ff1620046776660x430638161780683600%2FKeates.png?w=256&h=396&auto=compress&dpr=1&fit=max”
I am expecting only 1 fetch. Why are there 4 fetches?
Is this a bug. Could you help me figure this out please?
Thanks