Add Interactions to Performance Panel This CL adds an "Interactions" track that will show interactions. There is currently no additional highlighting for interactions that are deemed "long", or to show a website's INP score. An interaction event will show its ID (useful for linking multiple events together - e.g. a `pointerdown` and `pointerup` that were the same user interaction) and the type of event (`pointerdown`). By rendering these onto the timeline, the user can visually align them with the main thread tasks, and use that to track down what may be the issue: https://imgur.com/a/6epEJUf Bug: 1347390 Change-Id: Ic38797434172e5e85e3cd993fcd2ca25a9f565ea Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3804685 Owners-Override: Andrés Olivares <[email protected]> Reviewed-by: Andres Olivares <[email protected]> Commit-Queue: Jack Franklin <[email protected]>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Please be aware that DevTools follows additional development guidelines.
The issue triage guidelines can be found in docs/triage_guidelines.md.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found in docs/workflows.md.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools