Skip to content

Improve Lighthouse Performance (61) and Accessibility (81) scores #1294

Description

@dev-2006-prt

Description

The website currently receives a Lighthouse Performance score of approximately 56 in Mobile mode. This indicates potential performance bottlenecks that may affect user experience, particularly on slower devices and networks.

Steps to Reproduce
Start the website locally.
Open the application in Chrome.
Open DevTools → Lighthouse.
Select Mobile and Performance.
Generate a report.
Current Behavior

The page receives a Lighthouse Performance score of around 61.

Image

Expected Behavior

The website should achieve a significantly higher Lighthouse Performance score by addressing identified optimization opportunities.

Potential Areas for Improvement
Lazy loading of non-critical assets and images.
Reducing unused JavaScript.
Optimizing bundle size.
Deferring non-critical resources.
Improving Largest Contentful Paint (LCP).
Reducing render-blocking resources.
Additional Information

Please see the attached Lighthouse report and screenshots for detailed metrics and optimization opportunities.

Activity

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions