[ Web Proxy ]
URL:
Viewing: https://developer.chrome.com/blog/new-in-devtools-133#hover-highlight [Back]  [Original]

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

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

Sofia Emelianova [Sofia Emelianova]
Sofia Emelianova

Persistent AI chat history

The AI assistance panel now locally persists your chat history across sessions, so you can view your previous conversations with Gemini even after reloading DevTools or Chrome.

Performance panel improvements

This version brings a number of improvements to the Performance panel.

Image delivery insight

The Performance > Insights tab can now highlight images whose file size you can optimize. Click an image in the insight to see it highlighted in the Network track.

The Performance panel with the image delivery insight highlighted. [The Performance panel with the image delivery insight highlighted.]

To learn more about how to optimize image delivery, see Efficiently encode images.

Classic and modern keyboard navigation

The Performance panel now lets you choose your preferred style of keyboard navigation, with the following main differences:

To choose your preferred style, in the top-right corner of the panel, click Show shortcuts and select Classic or Modern. The shortcuts dialog also provides you with a cheatsheet of the available shortcuts.

The shortcuts dialog with the available shortcuts for the Performance panel. [The shortcuts dialog with the available shortcuts for the Performance panel.]

Note: You can also pan left and right with A and D and zoom with W and S.

Ignore irrelevant scripts in the flame chart

To better focus on your code, you can now add irrelevant scripts to ignore list right in the Performance panel. The panel will automatically collapse excessive nesting.

To add scripts to ignore list, click Show ignore list settings dialog in the top action bar and type a regular expression in the input field. The flame chart will apply the new rule as you type.

DevTools saves the ignore list rules you add in Settings > Ignore list and you can turn them on and off in the dialog at will.

Timeline marker and range highlighting on hover

To help you better understand the performance trace, the Performance panel now does the following:

Recommended throttling settings

The Performance panel now recommends throttling settings both in live metrics and in the relevant Capture settings drop-down menus.

The before and after adding throttling recommendations to the setting menus. [The before and after adding throttling recommendations to the setting menus.]

The recommended CPU throttling is (for now) the most frequently used 4x slowdown and the network recommendation is based on Chrome UX Report data, if it's turned on in live metrics.

Additionally, the Performance panel now reminds you the throttling settings you used next to each trace in the Recent sessions drop-down menu in the action bar.

Timings markers in an overlay

Timings markers moved from the Timings track to the bottom of the trace and are now overlaid on top of all tracks and are visible even if the Timings track is hidden.

Before and after moving markers to the bottom of the trace. [Before and after moving markers to the bottom of the trace.]

The Timings track retains your custom mark() and measure() calls.

Stack traces of JavaScript calls in Summary

The Performance > Summary tab now shows you stack traces of JavaScript calls, including async ones.

Before and after adding stack traces to the Summary tab. [Before and after adding stack traces to the Summary tab.]

Badge settings moved to menu in Elements

Badge settings in the Elements panel moved from a hidden by default action bar to the corresponding right-click menu.

Before and after moving badge settings to the menu. [Before and after moving badge settings to the menu.]

New 'What's new' panel

The What's new panel gets a new look that more closely follows Chrome's design.

The old and new look of the 'What's new' panel. [The old and new look of the 'What's new' panel.]

Chromium issue: 325441858.

Lighthouse 12.3.0

The Lighthouse panel now runs Lighthouse 12.3.0.

This update adds, among other things, new audits that check for proper origin isolation with COOP and strong HSTS policy. See 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:

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-01-30 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-01-30 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page