UI lag when switching between observations in dashboard
warningperformanceUpdated Feb 27, 2026(via Exa)
Technologies:
How to detect:
When switching between observations in the Langfuse dashboard, the browser main thread blocks for 1.5-2 seconds performing heavy Layout operations before the network request initiates, causing significant UI lag.
Recommended action:
Profile client-side rendering in observation views. Investigate DOM manipulation during observation switching. Consider implementing virtual scrolling, lazy loading, or component memoization to reduce Layout thrashing. Monitor client-side performance timing metrics.