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…
Chrome正在试验客户端HTML包含,让你通过声明式方式从外部URL加载并净化HTML片段,简化前端页面组合。
https://groups.google.com/a/chromium.org/g/blink-dev/c/rjBSVWAGoHo/m/FhEGrTIkAwAJ?pli=1 "Declaratively control various aspect of HTML fragments:" - Sa…
客户端数据库能省掉频繁的服务器往返,让应用响应速度有质的提升,别再忽视这种模式了。
For the last five years, I've worked on web apps that follow the same pattern: build a backend, set up Postgres, wire up REST endpoints, fetch data on…