Spaceface16518 / Spaceface16518/website
Lazy load images
Open
Nobody has claimed this yet.
enhancement
performance
- Dominant language
- Astro
- Stars
- 1
- Forks
- 0
- Avg merge
- 12h 3m
- Merged PRs (30d)
- 1
Description
add loading="lazy" tag to images to reduce page load time and defer network requests.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the image markup in the Astro site templates or pages and inspect how images are rendered. Add the lazy-loading attribute to the relevant image tags, then verify that the generated pages contain it and that image loading is deferred.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100