Frontmatter
| id | 5712 |
| title | Portal.view.blog.List: lazy-loading for images |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 6, 2024, 4:49 PM |
| updatedAt | Aug 6, 2024, 5:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5712 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 6, 2024, 5:16 PM |
@rwaters: while this one would be resolved with a buffered renderer / buffered store out of the box, we should add something now.
my idea is to initially not define the background-image url for each item and add an IntersectionObserver. Adding URLs while scrolling with a new config like
preloadImages{Number} to add (pre-)load a couple more.I will give it a try.