Robuta

https://www.deezer.com/us/show/1000430651
Surma and Jake talk about whatever's going on in the world of tech & web development.
main threadlistenpodcastdeezer
https://webperf.tips/tip/main-profiler-pane/
In this tip, I'll share details on the Chromium Main Thread Profiler Pane.
main threadchromiumprofilerpane
https://offthemainthread.tech/
main thread
https://github.com/QwikDev/partytown
Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉 - QwikDev/partytown
third partygithubpartytownrelocateresource
https://wp-rocket.me/google-core-web-vitals-wordpress/minimize-main-thread-work/
Nov 5, 2024 - Want to understand how to minimize main thread work on WordPress and improve your PageSpeed Insights score? Find out all the information you need on WP Rocket!
main threadwaysminimizeworkwordpress
https://www.bram.us/2025/11/13/animating-css-width-or-height-no-longer-force-a-main-thread-animation-in-chrome-under-the-right-conditions/
When their values don't change throughout the animation, CSS width / height animations can run on the Compositor, instead of being forced to run on the Main...
css widthanimatingheightlongerforces
https://www.avanderlee.com/swift/mainactor-dispatch-main-thread/
Jan 5, 2025 - MainActor in Swift replaces DispatchQueue.main and ensures tasks are performing on the main thread in a performant manner.
usageswiftexplaineddispatchmain
https://web.dev/articles/off-main-thread
Dec 5, 2019 - The browser's main thread is incredibly overworked. By using web workers to shift code off the main thread, you can significantly improve your app's...
run javascriptusewebworkersbrowser