Skip to content

Partial renderings to avoid performance problems #284

@mondeja

Description

@mondeja

Kind of issue

  • Feature
  • Bug
  • Design
  • Other, namely:

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceIssues or pull request regarding performance

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions