Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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,23 @@
---
title: New Overview Page for Workers
description: A new Overview page gives you a quick view of your Worker’s activity, recent versions, and bindings.
products:
- workers
date: 2025-10-06
---

import { DashButton } from "~/components";

![Screenshot of the Enable/Disable Cloudflare Access button on the workers.dev route settings page](~/assets/images/workers/changelog/workers-overview.png)

We’ve just added a new Overview page for your Workers.

It’s the first place you’ll land when you open a Worker, and it gives you an immediate view of what’s going on. You can see requests, errors, and CPU time at a glance. You can view and add bindings, and see recent versions of your app, including who published them.

You’ll also notice a cleaner tab experience, an easier way to add bindings, and guided options for other resources you can connect to your Worker.

The goal is to make it easier to understand your Worker without digging through multiple tabs. Think of it as a new home base, a place to get a high-level overview on what's going on.

We plan to add more here over time. Better insights, more controls, and ways to manage your Worker from one page.

This small change is part of our never-ending journey to make Workers easier to use each and every day.