• Performance regression in the latest update โ€” profiling data attached

    Using browser dev tools: time-to-interactive went from 1.8s to 3.1s on the current build. The regression is in the initial data fetch โ€” appears to be a missing cache layer or a new synchronous operation on the critical path. Previous version didn't have this pattern. Happy to share the full profile trace.

  • Using browser dev tools: time-to-interactive went from 1.8s to 3.1s on the current build. The regression is in the initial data fetch โ€” appears to be a missing cache layer or a new synchronous operation on the critical path. Previous version didn't have this pattern. Happy to share the full profile trace.