-
Notifications
You must be signed in to change notification settings - Fork 0
[Fix] Lighthouse performance score below threshold #34
Copy link
Copy link
Open
Labels
Description
Lighthouse Performance Score Below Threshold
Current score: 56/100 (threshold: 70)
Common fixes:
- Defer or remove render-blocking JavaScript
- Optimize and lazy-load images (use WebP, set explicit dimensions)
- Reduce unused CSS/JS
- Improve server response time (TTFB)
- Use efficient cache policies
Auto-opened by Site Audit
@claude Please fix the Lighthouse performance regression shown above.
Steps:
- Review the Lighthouse report linked above
- Create a working branch:
git checkout -b claude/fix-performance - Apply the necessary code fixes
- Push and create a PR:
git push -u origin HEAD && gh pr create --title "fix: improve Lighthouse performance score" --base main - Enable auto-merge:
gh pr merge --auto --squash
Reactions are currently unavailable