1
When It Makes Sense To “Block” The Main Thread
打破“永不阻塞主线程”的铁律,Chrome扩展实战揭示性能优化新视角
The common rule of thumb is to never “block” the browser’s main thread when running JavaScript tasks. But is this a hard rule? Victor Ayomipo describe…
打破“永不阻塞主线程”的铁律,Chrome扩展实战揭示性能优化新视角
The common rule of thumb is to never “block” the browser’s main thread when running JavaScript tasks. But is this a hard rule? Victor Ayomipo describe…
从轻松周末项目到性能噩梦,揭秘浏览器音频波形渲染的隐藏难点
A few months ago I thought displaying an audio waveform in the browser would be a weekend project. I was wrong. The first prototype worked fine with s…