hterik commented on issue #69609: URL: https://github.com/apache/airflow/issues/69609#issuecomment-4916503322
That video is showing exactly the same kind of delay i describe, between t=9 to t=10.5 is almost 2 seconds. I can understand network latencies adding up to that, but rendering 50 items only on the client shouldn't take that long. When you add the network latency on top of that, which is how one would typically experience it, the overall perception is even slower. The issue get worse when you use **Card** view, your video is using **List** view. Toggling between card and list view btw seems to be a good probe for how fast the page renders. It's not quite as slow as a full page navigation, but it should exercise most of the rendering-path if that's where the bottlenecks are. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
