[ Web Proxy ]
URL:
Viewing: https://developer.chrome.com/blog/new-in-devtools-137#io-edition [Back]  [Original]

What's new in DevTools, Chrome 137  |  Blog  |  Chrome for Developers Skip to main content
Chrome for Developers [Chrome for Developers]

What's new in DevTools, Chrome 137 Stay organized with collections Save and categorize content based on your preferences.

Sofia Emelianova [Sofia Emelianova]
Sofia Emelianova

Google I/O 2025 edition

Chrome DevTools is going to have a strong presence at this year's Google I/O. There's going to be a mix of live sessions and recorded sessions.

To learn about exciting new features, tune in on the following:

Additionally, don't forget to tune in on Rachel Andrew's What's new on the web session, May 20, 2025 | 4:30 pm PT.

Check out our latest video for a quick overview of our latest highlights:

Modify and save CSS changes to your workspace with Gemini

With a few clicks, you can now have Gemini modify and fix CSS for you and, with a connected workspace folder, save your changes back to source files on your computer.

Automatic workspaces are an experimental feature. You can connect your existing source folder or you can try a demo.

With a workspace folder connected, in the Elements panel, click Ask AI, ask Gemini to modify CSS, click Continue to test changes live, then expand Unsaved changes, click Apply to workspace, review the diff, and click Save all.

Connect a workspace folder and save changes back to your source files

You can now automatically (or manually) connect a workspace folder to let DevTools save JavaScript, HTML, and CSS changes back to source files stored on your computer.

Check out how it works with JavaScript:

Note: AI assistance uses this feature to save modified CSS to your source files. Additionally, DevTools maps minified JavaScript back to your original source code with the help of source maps. You can also modify HTML from the Sources panel, but not from Elements.

Chromium issue: 404170628.

Ask Gemini about performance insights

With a click of a button, you can now start a chat with Gemini to investigate and act on the following performance insights:

The before and after adding the 'Ask AI' button to an insight in the Performance panel. [The before and after adding the 'Ask AI' button to an insight in the Performance panel.]

Feel free to leave your feedback about the feature in crbug.com/371170842.

Annotate performance findings with Gemini

You can now ask Gemini to generate annotations about events in the performance trace.

Double-click an event in the Main track, then click Generate label next to the input field. Gemini can suggest a label based on the stack trace and context.

Add screenshots to your chats with Gemini

In the AI assistance panel, you can now click the Take screenshot button to capture a screenshot of the page and submit it to your chat with Gemini.

You can use screenshots to provide additional visual context to your prompts, for example, to check if all visible buttons have the same spacing.

The before and after adding the 'Take screenshot' button to the 'AI assistance' panel. [The before and after adding the 'Take screenshot' button to the 'AI assistance' panel.]

New insights in the Performance panel

This version brings two new insights to the Performance panel: Duplicated JavaScript and Legacy JavaScript.

Duplicated JavaScript

The new Performance > Insights > Duplicated JavaScript will highlight in the Network track the requests for large duplicated JavaScript modules in your bundles if present on your page.

The 'Duplicated JavaScript' insight in the Performance panel. [The 'Duplicated JavaScript' insight in the Performance panel.]

You can also click View Treemap in the insight to explore JavaScript dependencies.

Legacy JavaScript

The new Performance > Insights > Legacy JavaScript will highlight in the Network track the requests for legacy JavaScript if present on your page, for example, polyfills and transforms that enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers.

The 'Legacy JavaScript' insight in the Performance panel. [The 'Legacy JavaScript' insight in the Performance panel.]

Speculations now support rule tags

The Application > Speculative loads now shows tags instead of URLs for rule sets, if tags are present.

The before and after replacing rule set URL with a tag. [The before and after replacing rule set URL with a tag.]

Chromium issue: 393408589.

Lighthouse 12.6.0

The Lighthouse panel now runs Lighthouse 12.6.0.

Most notably in this version, Lighthouse is moving to performance insight audits. In the Performance category of the Lighthouse report, you can now Try insights.

The before and after adding the option to switch to insights in a Lighthouse report. [The before and after adding the option to switch to insights in a Lighthouse report.]

See also the full list of changes.

To learn the basics of using the Lighthouse panel in DevTools, see Lighthouse: Optimize website speed.

Chromium issue: 40543651.

Miscellaneous highlights

These are some noteworthy fixes and improvements in this release:

Accessibility

This version brings the following accessibility improvements:

Download the preview channels

Consider using the Chrome Canary, Dev, or Beta as your default development browser. These preview channels give you access to the latest DevTools features, let you test cutting-edge web platform APIs, and help you find issues on your site before your users do!

Get in touch with the Chrome DevTools team

Use the following options to discuss the new features, updates, or anything else related to DevTools.

What's new in DevTools

A list of everything that has been covered in the What's new in DevTools series.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-20 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-20 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page