Resources tab allows instant searching and filtering of functions, middleware, and static assets

1 min read

The Resources tab is replacing the Functions tab for deployments in the Vercel Dashboard, allowing you to see more than Functions. You'll now see the Resources tab when viewing a deployment in the Vercel Dashboard where you can see, search, and filter:

  • Middleware: Any configured matchers

  • Static Assets: Files (HTML, CSS, JS, images, fonts, and more) and their sizes

  • Functions: The type, runtime, size, and regions

You can use the three dot menu (...) to jump to the Logs, Analytics, Speed Insights, or Observability tab filtered to a given function.

Read more about using the Vercel Dashboard to view and manage your deployments.