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
The problem seems to be one of the next (or all or some of them):
In some devices or browsers, loading=lazy attribute for lazy loading of images don't work? This problem seems solved by Add intersection observer for lazy loading of images #291 altough IE11 is not supported as well (the same problem of loading=lazy)
Even with lazy loading of images working, a lot of DOM nodes could potentially freeze the loading of the page.
Maybe an intersection observer or a virtual DOM from a library could solve this problem.
Kind of issue
Description
The problem seems to be one of the next (or all or some of them):
loading=lazyattribute for lazy loading of images don't work? This problem seems solved by Add intersection observer for lazy loading of images #291 altough IE11 is not supported as well (the same problem of loading=lazy)Maybe an intersection observer or a virtual DOM from a library could solve this problem.