NetProOA.Framework.MiniProfiler

MiniProfiler。

⏱️

性能分析

MiniProfiler性能分析工具集成。

  • SaaS
  • MiniProfiler
  • 性能分析
  • 诊断
📦 版本信息

版本:1.2.5.5

📋 依赖包
  • MiniProfiler.AspNetCore.Mvc (4.3.8)
  • MiniProfiler.AspNetCore (4.3.8)
🚀 使用方法

安装命令:

dotnet add package NetProOA.Framework.MiniProfiler

在 Program.cs 中配置:

builder.Services.AddMiniProfiler(options =>
{
    options.RouteBasePath = "/profiler";
});
在 NuGet 上查看