json-schema-org / json-schema-org/website
✨ Enhancement: Add Lazy Loading to Images
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 169
- Forks
- 484
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe
The project currently uses multiple components but none of those use lazy loading.
Adding lazy loading will significantly improve page load performance, especially on slower networks.
Describe the solution you'd like
Adding the loading="lazy" attribute to components across the following files:
- components/JsonEditor.tsx
- pages/tools/components/ToolingDetailModal.tsx
- pages/index.page.tsx
Describe alternatives you've considered
No response
Additional context
No response
Are you working on this?
Yes
Contributor guide
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
Start by locating the Image components in components/JsonEditor.tsx, pages/tools/components/ToolingDetailModal.tsx, and pages/index.page.tsx. Review how each component is used, then confirm that the affected images use lazy loading and that the three listed pages still render correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100