▲ | fleabitdev 6 days ago | ||||||||||||||||||||||
I was also surprised to read this, because Linear has always felt a little sluggish to me. I just profiled it to double-check. On an M4 MacBook Pro, clicking between the "Inbox" and "My issues" tabs takes about 100ms to 150ms. Opening an issue, or navigating from an issue back to the list of issues, takes about 80ms. Each navigation includes one function call which blocks the main thread for 50ms - perhaps a React rendering function? Linear has done very good work to optimise away network activity, but their performance bottleneck has now moved elsewhere. They've already made impressive improvements over the status quo (about 500ms to 1500ms for most dynamic content), so it would be great to see them close that last gap and achieve single-frame responsiveness. | |||||||||||||||||||||||
▲ | m-s-y 6 days ago | parent [-] | ||||||||||||||||||||||
150ms is sluggish? 4000ms is normal? The comments are absolutely wild in here with respect to expectations. | |||||||||||||||||||||||
|