Kentico.Xperience.MiniProfiler
2.0.0
Prefix Reserved
dotnet add package Kentico.Xperience.MiniProfiler --version 2.0.0
NuGet\Install-Package Kentico.Xperience.MiniProfiler -Version 2.0.0
<PackageReference Include="Kentico.Xperience.MiniProfiler" Version="2.0.0" />
paket add Kentico.Xperience.MiniProfiler --version 2.0.0
#r "nuget: Kentico.Xperience.MiniProfiler, 2.0.0"
// Install Kentico.Xperience.MiniProfiler as a Cake Addin #addin nuget:?package=Kentico.Xperience.MiniProfiler&version=2.0.0 // Install Kentico.Xperience.MiniProfiler as a Cake Tool #tool nuget:?package=Kentico.Xperience.MiniProfiler&version=2.0.0
Xperience by Kentico MiniProfiler
Description
This integration enables you to use MiniProfiler which is a simple but effective mini-profiler for .NET and other languages. You can use this integration to optimize page loads by determining how long it takes and how effective are your DB queries.
Screenshots
Library Version Matrix
Xperience Version | Library Version |
---|---|
>= 29.5.3 | 2.0.0 |
>= 28.3.1 | 1.0.0 |
Dependencies
Package Installation
Add the package to your application using the .NET CLI
dotnet add package Kentico.Xperience.MiniProfiler
Quick Start
- Simply add this library to your to the application services in your
Program.cs
.
builder.Services.AddKentico(features =>
{
// Kentico builder services configuration ...
});
// Other builder services configuration ...
var env = builder.Environment;
if (env.IsDevelopment())
{
// After the call to builder.Services.AddKentico( ... );
builder.Services.AddKenticoMiniProfiler();
}
// Other services ...
var app = builder.Build();
app.UseKentico();
// After call to UseKentico()
if (env.IsDevelopment())
{
app.UseMiniProfiler();
}
This adds the profiler into your application if the current enviroment is Development
For more details about this integration, check out Get to know Xperience by Kentico: Unlocking performance insights with MiniProfiler by Michael Eustace
Contributing
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md
for more information and follow the Kentico's CODE_OF_CONDUCT
.
Instructions and technical details for contributing to this project can be found in Contributing Setup.
License
Distributed under the MIT License. See LICENSE.md
for more information.
Support
This project has Full support by 7-day bug-fix policy
See SUPPORT.md
for more information.
For any security issues see SECURITY.md
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- kentico.xperience.azurestorage (>= 29.5.3)
- kentico.xperience.webapp (>= 29.5.3)
- MiniProfiler.AspNetCore.Mvc (>= 4.3.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 334 | 10/21/2024 |
1.1.0 | 554 | 9/4/2024 |
1.0.0 | 1,836 | 3/19/2024 |
1.0.0-prerelease-1 | 87 | 3/19/2024 |