Roaderly logo

Feedback portal: compressed assets, lazy our auth provider, SWR on public routes

Shipped
DM

Davide Marchetti

Mirror pass to the admin perf work, but for the feedback portal — and with one extra: SWR caching on the public read-only routes (boards, stages, posts) so subsequent visitors hit a warm cache while a background refresh keeps it current.

Plus the same hits: assets compressed, trackers deferred, auth SDK lazy. Lighthouse scores on the portal are now consistently above 90 across performance, accessibility, best practices, and SEO.

May 5, 2026

Activity feed

  • SL
    Sara Lindqvist

    SWR on the public read-only routes is the right cache primitive. Stale-while-revalidate is exactly the semantics for the boards/stages/posts listings — they are eventually consistent anyway.

    May 11, 2026

    Replay