Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: A Better, Faster Workers Dashboard
description: A new Overview page gives you a quick view of your Worker’s activity, recent versions, and bindings.
products:
- workers
date: 2025-10-27
---

import { DashButton } from "~/components";

![Screenshot of the Workers metrics page in the Cloudflare dashboard](~/assets/images/workers/changelog/workers-metrics.png)

We've just rolled out updates that make the Cloudflare dashboard cleaner and significantly faster. These changes are part of our ongoing work to make the entire developer platform more consistent and easier to use.

### A Fresh Look for Metrics
The Worker Metrics page has a new design. We cleaned up the summary cards, charts, and tables. The header now slides away as you scroll, giving you more room for your data. This is soon to become the standard for all metric pages.

### Faster Page Load
The dashboard now loads 28% faster on average, meaning the loading screen is 1-2 seconds faster than before.

### Smoother Experience
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Smoother Experience
### Smoother Experience

Interaction to Next Paint?

https://web.dev/articles/inp

We've upgraded our dashboard from React 17 to React 18 (yes, it's been a long time coming). Clicking around and navigating the dashboard now feels a lot more responsive, even when the page loads data in the background.

This is only a quick pit stop on the way to React 19, the team is currently working on that and hope to have it soon.

We want to hear what you think. If you have feedback or ideas for making the dashboard better, join the Cloudflare developer community on [Discord](https://discord.com/channels/595317990191398933/1064502845061210152).
Loading