react-lazy-load-image-component icon indicating copy to clipboard operation
react-lazy-load-image-component copied to clipboard

Performance Issue: New Version Slower Than 1.5.6

Open muffix200 opened this issue 1 year ago • 0 comments

Bug description Upgraded to the latest React lazy load image component and Scrolling is noticeably laggy when images are loading

To Reproduce same code

<LazyLoadImage
        effect="blur"
        alt={"404"}
        src={item?.photo_medium}
        width={"90%"}
      />

Technical details:

  • Package version [1.6.2]
  • Server Side Rendering? [No]
  • Device [Desktop]
  • Operating System [Windows]
  • Browser [Chrome]

muffix200 avatar Jul 12 '24 05:07 muffix200