Roaderly logo

Admin: compressed assets, deferred trackers, lazy auth, trimmed entry chunk

Shipped
DM

Davide Marchetti

A full performance pass on the admin app:

  • Asset compression at build time on static files.
  • Third-party trackers deferred to first interaction instead of loading on first paint.
  • The auth SDK is now lazy-loaded out of the entry chunk so visitors who never reach the sign-in form do not pay for it.
  • Entry chunk trimmed by removing modules that should have been route-split all along.

LCP on the dashboard dropped by roughly 500-700ms in our continuous Lighthouse run. Most noticeable on the cold first visit.

May 5, 2026

Activity feed

  • Benjamin Hartley
    Benjamin Hartley

    Lazy-loading the auth SDK is right on routes where auth is not needed, but does the first sign-in attempt now have a perceptible delay loading it on demand?

    May 11, 2026

    Replay

  • SO
    Santiago Ortega

    Noticed the dashboard feels snappier this week. 500-700ms LCP improvement is significant — that crosses the "feels instant" threshold on a fast connection.

    May 6, 2026

    Replay