Profile an HTTP request

What happens when an HTTP request is made?

Profiling meets event tracing! 🤝

Timeline profiling combines profiler data with event traces. What happens when an HTTP request is made?

Filter profiling snapshots by allocations, exceptions, garbage collection, and combine that information with what's going on in file operations, LINQ queries, SQL calls, and so much more.

See Also


Related Resources

Client-side templating with Mustache and HTMX
Generate HTML on the client, based on JSON
Hello, HTMX!
No series is complete without a "Hello, World" sample