Writing

Building for Lighthouse without building for the audit

Performance work becomes more durable when it starts with architecture, not score-chasing.

March 8, 2026 PerformanceLighthouseArchitecture
+--------------------------- ARTICLE MAP ---------------------------+
| source: /writing/building-for-lighthouse-without-building-for-the-audit/                                   |
| status: indexed                                                   |
| tags: Performance | Lighthouse | Architecture                    |
| flow: intro -> analysis -> signals -> takeaway                    |
+------------------------------------------------------------------+

Scores are signals, not strategy

Lighthouse is useful because it compresses many quality concerns into a single view. It becomes less useful when teams optimize only for the audit surface instead of the real user experience.

The durable wins

The biggest performance gains usually come from structural choices:

  • choosing static output where possible
  • shipping less JavaScript by default
  • controlling image behavior up front
  • reducing third-party script pressure

What to optimize next

Once those are in place, smaller page-level tuning becomes cheaper and more honest.

Read next

Product engineering needs editorial thinking

Good interfaces are not just technically correct. They also know what to emphasize, what to remove, and how to sequence attention.

Product engineeringUXCommunication

Aug 1, 2025