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