Termerly logo

A leaner entry bundle and deferred non-critical work

Released
TB

Tomislav Babic

First-paint is the metric that defines how Termerly feels. Customers do not care about your bundle size in megabytes — they care that the dashboard appears the moment they tap the link. With that in mind, we ran a focused performance pass across the admin app and the Legal Center.

What changed:

  • The entry JavaScript bundle is now noticeably smaller. Several heavy modules that used to load on first paint now lazy-load on demand instead.
  • Non-critical work (third-party scripts, tracking widgets, secondary UI scripts) is deferred until after the page is interactive, so it stops competing with the actual app for the main thread.

The net effect is a faster cold start on both surfaces. If you have ever opened the dashboard on a phone with a flaky connection, you should feel the difference immediately.

May 5, 2026

Activity feed

  • OP
    Owen Phillips

    Noticed the cold start on the admin feels snappier this week. Did not realise it was an actual change — assumed it was my connection. Nice job.

    May 11, 2026

    Replay