diff --git a/src/assets/images/workers/changelog/workers-metrics.png b/src/assets/images/workers/changelog/workers-metrics.png new file mode 100644 index 000000000000000..e44401e40c1ef89 Binary files /dev/null and b/src/assets/images/workers/changelog/workers-metrics.png differ diff --git a/src/content/changelog/workers/2025-10-27-better-faster-workers-dashboard.mdx b/src/content/changelog/workers/2025-10-27-better-faster-workers-dashboard.mdx new file mode 100644 index 000000000000000..a02cb2498ff5590 --- /dev/null +++ b/src/content/changelog/workers/2025-10-27-better-faster-workers-dashboard.mdx @@ -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 +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). \ No newline at end of file