Skip to content

Instantly share code, notes, and snippets.

View rohit-dimagi's full-sized avatar

Rohit kumar rohit-dimagi

View GitHub Profile
@rohit-dimagi
rohit-dimagi / .md
Last active February 8, 2024 03:36
Identifying Bottlenecks on your Apps

To address the latency issue in the application, we'll need to first isolate the potential bottleneck component and investigate each component separately.

Potential Bottlenecks :

Frontend :-
  • 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.