8 ms·
I guess the initial page load size is huge on desktop (31MB due to the big added list compared to mobile), because you cannot use lazy loading in flutter via `<
by jefozabuss 2y ago
I guess the initial page load size is huge on desktop (31MB due to the big added list compared to mobile), because you cannot use lazy loading in flutter via `<img loading="lazy">` or similar?
If there is an option to do that I think it would be nice.