Edge Computing with Cloudflare Workers
Profiling Your Workers with Wrangler

Profiling Your Workers with Wrangler

9/18/2021 · Joshua Nelson, Kabir Sikand

What this post added

This post introduces beta support for local CPU profiling of Cloudflare Workers using Wrangler and Chrome DevTools. It demonstrates how developers can use `wrangler dev --inspect` and `chrome://inspect` to connect to their local Workers, profile their execution, and analyze flame graphs to identify performance bottlenecks, thereby enhancing the observability of the Workers platform.

Read the original post ↗