Skip to content

Libraries that simplify the onboarding of Server Timing API (a convenient way to communicate performance metrics about the request-response cycle) in .NET projects.

License

Notifications You must be signed in to change notification settings

tpeczek/dotnet-server-timing

Repository files navigation

Server Timing API support for .NET

NuGet Version NuGet Downloads

NuGet Version NuGet Downloads

Server Timing API provides a convenient way to communicate performance metrics about the request-response cycle to the user agent (which conveniently includes developer tools in the browser). Here you can find a set of libraries that simplify the onboarding of Server Timing API in .NET projects:

  • Lib.AspNetCore.ServerTiming for ASP.NET Core
  • Lib.Azure.Functions.Worker.ServerTiming for isolated worker process Azure Functions

Installation

All libraries are available as NuGet packages.

PM>  Install-Package Lib.AspNetCore.ServerTiming
PM>  Install-Package Lib.Azure.Functions.Worker.ServerTiming

Once you install the correct library for your scenario, please refer to "Getting Started" article which will get you further:

Demos

The project repository contains demos for the libraries:

Additional Resources

There are some blog posts available which describe implementation details:

Donating

My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by sponsoring me (either monthly or one-time).

Copyright and License

Copyright © 2017 - 2024 Tomasz Pęczek

Licensed under the MIT License

About

Libraries that simplify the onboarding of Server Timing API (a convenient way to communicate performance metrics about the request-response cycle) in .NET projects.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project