Skip to content

Improve Lighthouse desktop scores#547

Open
avinxshKD wants to merge 1 commit into
volcano-sh:masterfrom
avinxshKD:fix/lighthouse-desktop-scores
Open

Improve Lighthouse desktop scores#547
avinxshKD wants to merge 1 commit into
volcano-sh:masterfrom
avinxshKD:fix/lighthouse-desktop-scores

Conversation

@avinxshKD

@avinxshKD avinxshKD commented Jul 16, 2026

Copy link
Copy Markdown
  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

/kind bug

  • What this PR does / why we need it:
    Improves the desktop Lighthouse performance and accessibility scores for the homepage by optimizing large landing page images and addressing the reported accessibility audits.
image

Tested with Lighthouse in Desktop mode:

  • Performance: 100
  • Accessibility: 96
  • Best Practices: 100
  • SEO: 100

@volcano-sh-bot volcano-sh-bot added the kind/bug Categorizes issue or PR as related to a bug. label Jul 16, 2026
@volcano-sh-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign william-wang for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@volcano-sh-bot volcano-sh-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 16, 2026
@avinxshKD

Copy link
Copy Markdown
Author

Hey @yashisrani PTAL,

Tested with Lighthouse in Desktop mode:

  • Performance: 100
  • Accessibility: 96
  • Best Practices: 100
  • SEO: 100

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request improves the performance, accessibility, and semantic structure of the Volcano website by adding image dimensions, preloading key assets, wrapping the homepage content in a <main> tag, and adjusting heading levels. The feedback recommends optimizing the preloaded hero image with a media query to prevent mobile bandwidth waste, adjusting the framework logo dimensions to avoid container overflow, and correcting the heading hierarchy semantically by updating section titles to <h2> instead of changing sub-items to <h2>.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread docusaurus.config.js
Comment thread src/components/Frameworks/index.js Outdated
Comment thread src/components/Frameworks/index.js
Comment thread src/components/Blog/index.js
@avinxshKD
avinxshKD force-pushed the fix/lighthouse-desktop-scores branch from c8fd43b to 7c8165e Compare July 16, 2026 13:13
@avinxshKD

Copy link
Copy Markdown
Author

Applied the gemni suggestions, took the preload/media and logo size fixes. Left the heading ones as-is since changing the section heading hierarchy feels like a separate cleanup from this Lighthouse fix.

@yashisrani

yashisrani commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

@avinxshKD please check supporters section, all images looking small

Screenshot 2026-07-16 at 7 44 33 PM

Signed-off-by: Avinash Kumar Deepak <[email protected]>
@avinxshKD
avinxshKD force-pushed the fix/lighthouse-desktop-scores branch from 7c8165e to 19d6a58 Compare July 16, 2026 17:44
@avinxshKD

Copy link
Copy Markdown
Author

@avinxshKD please check supporters section, all images looking small

Screenshot 2026-07-16 at 7 44 33 PM

Fixed, kept the image dimensions for Lighthouse but restored the previous visual sizing with CSS. PTAL

@yashisrani

Copy link
Copy Markdown
Contributor

@avinxshKD i generate lighthouse report in incognito mode, SEO score is dropped

Screenshot 2026-07-16 at 11 26 20 PM

@yashisrani

Copy link
Copy Markdown
Contributor

@avinxshKD can you generate lighthouse report in incognito mode ?

@avinxshKD

Copy link
Copy Markdown
Author

@avinxshKD can you generate lighthouse report in incognito mode ?

Yeah sure, on it

@avinxshKD

Copy link
Copy Markdown
Author

Hey @yashisrani checked this. The SEO drop is from the Netlify deploy preview header X-Robots-Tag: noindex, not from this PR. Local production build reports SEO 100. Can you pls look at it again?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bug Categorizes issue or PR as related to a bug. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Lighthouse Performance and Accessibility Scores in Desktop Mode

3 participants