-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Changelog — A Better, Faster Workers Dashboard #26094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stritt
wants to merge
5
commits into
cloudflare:production
Choose a base branch
from
stritt:stritt/changelog-1027
base: production
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+26
−0
Open
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
8dcc5c0
workers dashboard changelog 10/27
stritt 0384274
rewording some sections
stritt bd6cb35
Update src/content/changelog/workers/2025-10-27-better-faster-workers…
stritt 679e841
Update src/content/changelog/workers/2025-10-27-better-faster-workers…
stritt d7df346
Update src/content/changelog/workers/2025-10-27-better-faster-workers…
stritt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
src/content/changelog/workers/2025-10-27-better-faster-workers-dashboard.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,27 @@ | ||||||
| --- | ||||||
| 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"; | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| 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. | ||||||
|
|
||||||
| ### 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. Users far from our data centers will see the biggest improvement. | ||||||
stritt marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| We've also done some housekeeping to removed duplicate libraries and clean up the code. This cut the download size by 5% (over 1MB). | ||||||
stritt marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| ### Smoother Experience | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Interaction to Next Paint? |
||||||
| 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). | ||||||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.