Lighthouse Performance Score Below Threshold
Current score: 56/100 (threshold: 70)
View Lighthouse Report
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
Lighthouse Performance Score Below Threshold
Current score: 56/100 (threshold: 70)
View Lighthouse Report
Common fixes:
Auto-opened by Site Audit
@claude Please fix the Lighthouse performance regression shown above.
Steps:
git checkout -b claude/fix-performancegit push -u origin HEAD && gh pr create --title "fix: improve Lighthouse performance score" --base maingh pr merge --auto --squash