Skip to content

Commit 8dcc5c0

Browse files
committed
workers dashboard changelog 10/27
1 parent ece3585 commit 8dcc5c0

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
165 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: A Better, Faster Workers Dashboard
3+
description: A new Overview page gives you a quick view of your Worker’s activity, recent versions, and bindings.
4+
products:
5+
- workers
6+
date: 2025-10-27
7+
---
8+
9+
import { DashButton } from "~/components";
10+
11+
![Screenshot of the Workers metrics page in the Cloudflare dashboard](~/assets/images/workers/changelog/workers-metrics.png)
12+
13+
We've just rolled out updates that make the Cloudflare dashboard not just cleaner, and better looking, but also significantly faster. These changes are part of our ongoing work to make the entire developer platform more consistent and easier to use.
14+
15+
### A Fresh Look for Metrics
16+
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.
17+
18+
### Faster Page Load
19+
The dashboard now loads 28% faster on average. The loading screen appears for 1-2 seconds less than before. Users far from our data centers will see the biggest improvement.
20+
We've also done some housekeeping to removed duplicate libraries and clean up the code. This cut the download size by 5% (over 1MB). Meaning your first visit to the dashboard will be faster.
21+
22+
### Smoother Experience
23+
We've upgraded our dashboard from React 17 to React 18 (it's been a long time coming, I know). Clicking around and navigating the dashboard now feels a lot more responsive, even when the page loads data in the background. React 18 is only a quick stop on the way to React 19, the team is currently working on that and hope to have it soon.
24+
25+
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).

0 commit comments

Comments
 (0)