To address the latency issue in the application, we'll need to first isolate the potential bottleneck component and investigate each component separately.
-
Network Analysis : Check Network logs for the excessive size or latency in the browser.
-
Rendering Time : Some Complex UI component may also contribute to bigger rendering time.
-
Javascript Execution : Identify JS heavy Scripts which may cause delays and optimize.