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
Describe the bug
I have a media gallery which loads set background images using the <Background /> component and as soon as I started using it, my CPU load spike massively.
Different between not using the <Background /> component in the first half of the graph. And using it in the second half.
To Reproduce
Add a list of images using the <Background /> component and see the spike in CPU.
Hey @drydenwilliams, I'm currently working on solving this issue. The <Background/> component is constantly re-rendering. The fix I'm working on aims to ensure minimal re-renders.
Describe the bug
I have a media gallery which loads set background images using the
<Background />
component and as soon as I started using it, my CPU load spike massively.Different between not using the
<Background />
component in the first half of the graph. And using it in the second half.To Reproduce
Add a list of images using the
<Background />
component and see the spike in CPU.Information:
The text was updated successfully, but these errors were encountered: