json-schema-org / json-schema-org/website

✨ Enhancement: Add Lazy Loading to Images

Open
#1,869 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

✨ Enhancement Status: Triage
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.