@@ -5,12 +5,12 @@ date: 2026-02-02 00:00:00 +0000
55style : browser-task-queues
66---
77
8- <script type =" module " src =" {{ '/assets/js/article/browser-task-queues/main.js' | relative_url }} " ></script >
9-
108... and remedies for the morning after.
119
10+ <script type =" module " src =" {{ '/assets/js/article/browser-task-queues/main.js' | relative_url }} " ></script >
11+
1212A frozen UI thread is one of the constant nightmares of application builders, regardless of the underlying platform and
13- UI framework. For many years, platform developers at [ Android] ( android-jank ) and [ the Chromium browser] ( chromium-jank )
13+ UI framework. For many years, platform developers at [ Android] [ android-jank ] and [ the Chromium browser] [ chromium-jank ]
1414have been trying to make it easier for application developers to detect and mitigate jank. Jank can occur both in the
1515platform (e.g., chromium did something slow) or in the application itself. This post walks you through some ways you, as
1616a web application developer, could accidentally make your own application janky, and provides remedies.
@@ -467,8 +467,8 @@ CSS to save my life, so I let the LLM spin on that.
467467
468468The prose in this post is all mine. I find LLM-driven auto-complete in IDEs like [ Google's Antigravity] [ antigravity ]
469469extremely distracting. Using an LLM to co-write my prose is out of the question - the whole point is for me to tell you
470- a story. Having somebody (something?) else's voice in the middle does not help. I did use the good old AI without
471- [ any snake oil] [ ai-snake-oil ] , i.e., spell check / grammar correction, while copy-editing. Because why wouldn't I?
470+ a story. Having somebody (something?) else's voice in the middle does not help. I did use the good old [ AI without
471+ any snake oil] [ ai-snake-oil ] , i.e., spell check / grammar correction, while copy-editing. Because why wouldn't I?
472472
473473## Conclusion
474474
0 commit comments