You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using perfume.js to collect information about images loaded on a website. Sometimes perfume.js reports image with 0 size - decodedBodySize, encodedBodySize and also transferSize have all value 0.
Strangely, the Network tab in the Chrome Dev Console shows correct image sizes, as expected.
I am getting similar results with lazy loading enabled and disabled.
Have you seen this behaviour somewhere else? Do you know what's causing it?
Below is the full list of images and their size as reported by perfume.js.
I am using perfume.js to collect information about images loaded on a website. Sometimes perfume.js reports image with 0 size -
decodedBodySize
,encodedBodySize
and alsotransferSize
have all value0
.Strangely, the Network tab in the Chrome Dev Console shows correct image sizes, as expected.
I am getting similar results with lazy loading enabled and disabled.
Have you seen this behaviour somewhere else? Do you know what's causing it?
Below is the full list of images and their size as reported by perfume.js.
The text was updated successfully, but these errors were encountered: