Skip to main content

Blocking

References

  1. SyncRuntime behaviour to execute Code sequentially line-by-line in exact order, tends to be Blocking

  2. Network Waterfall ↔ to load data in Synchronous Blocking stages

  3. Long Tasks APIAPI to report tasks > 50ms Blocking Main Thread

  4. TBTTotal Blocking Time to measure t Blocking Main ThreadFCP-TTI) prevent input responsiveness

  5. PRPLDesign Pattern to Prefetch critical Blocking assets Render init Routes ASAP Pre-Cache assets Lazy Load non-essential assets