Hey #webperf!
I have no idea why @ChromeDevTools have only x4/x6 CPU Throttling settings, but my M1 Mac is too damn fast to cause long tasks even with x6.
It was so annoying that I developed a little extension for this. Still a little buggy but does the job🤘.

It's in a very early stage and only covers CPU Throttling, but the idea is to expose more APIs from DevTools Protocol.

Extension: https://chrome.google.com/webstore/detail/awesome-devtools-protocol/fekflmgdminmjkaangkoojciijdgfcdh
Source Code: https://github.com/just-jeb/awesome-devtools-protocol
Contributions are welcome :)

Awesome DevTools Protocol

Expose DevTools Protocol functionality in UI

Oh and it took only a few hours of work, thanks to this template from long time ago: https://github.com/just-jeb/angular-chrome-extension

It's fun to get back to @angular after years of React. Had to Google `ngModel` with `input` 😅.

GitHub - just-jeb/angular-chrome-extension

Contribute to just-jeb/angular-chrome-extension development by creating an account on GitHub.

GitHub