question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Double image download

See original GitHub issue

Bug description I use LazyLoadImage component. When I scroll page to image, and it is loading, on network tab I see that this image was loaded two times. Why does it happen and how can I fix it?

To Reproduce

<LazyLoadImage
  alt={alt}
  height={dimension}
  src={src}
  width={dimension}
/>

Technical details:

  • Package version 1.3.2
  • Server Side Rendering? Yes
  • Device Desktop/Smartphone
  • Operating System Mac OS
  • Browser Chrome

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
mustafazakicommented, Nov 20, 2019

I faced this issue in normal jquery lazy load plugin. Chrome shows 2 image requests in devtool for lazy loaded image. If you uncheck this disable cache option in the network tab you will see a single request.

1reaction
Aljullucommented, Jan 21, 2020

This should be fixed in the last beta. You can install it with:

npm i --save react-lazy-load-image-component@1.4.1-beta.0
Read more comments on GitHub >

github_iconTop Results From Across the Web

Double Pictures | Download Free Images on Unsplash
Download the perfect double pictures. Find over 100+ of the best free double images. Free for commercial use ✓ No attribution required ✓...
Read more >
Double-click Image Downloader
Double -click any image to download it quickly and quietly, or use the Hover Button. Also available for Firefox: https://addons.mozilla.org/ ...
Read more >
Double Image - Backup Software - CNET Download
Download Double Image for Windows to get backup and restore software for Windows servers and desktops. Double Image has had 1 update within ......
Read more >
Double Image Download - Intelligent backup and restore ...
Double Image (Double Image.exe). Double Image 7.0 is an intelligent backup and restore software for Windows.
Read more >
Double Image
Intelligent Backup and Copy Software. New Release 7.1.1 August 7, 2021. Double Image is backup software for Windows. Files may be copied between...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found