Skip to content

Feature Request: Enable lazy loading for gallery and asset images to improve performance #11

@ayushman1210

Description

@ayushman1210

Problem
Currently, all images on the landing page (index.html) and documentation guides are loaded immediately when the page loads. This includes images in the "Features," "Portfolio," and "Gallery" sections that are initially off-screen.

  • Impact: This increases the initial page load time and consumes unnecessary bandwidth for users who may not scroll down to view the entire page.
  • Evidence: In index.html, images are implemented as standard tags without loading attributes, e.g., .

Solution
Implement native lazy loading by adding the loading="lazy" attribute to tags, particularly for images that are not in the initial viewport (above the fold).

And also there is no Custom 404 Error Page

please let me know if this feature required or not

I would like to contribute please assign it to me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions