Kentico.Xperience.MiniProfiler
1.0.0-prerelease-1
Prefix Reserved
See the version list below for details.
dotnet add package Kentico.Xperience.MiniProfiler --version 1.0.0-prerelease-1
NuGet\Install-Package Kentico.Xperience.MiniProfiler -Version 1.0.0-prerelease-1
<PackageReference Include="Kentico.Xperience.MiniProfiler" Version="1.0.0-prerelease-1" />
paket add Kentico.Xperience.MiniProfiler --version 1.0.0-prerelease-1
#r "nuget: Kentico.Xperience.MiniProfiler, 1.0.0-prerelease-1"
// Install Kentico.Xperience.MiniProfiler as a Cake Addin #addin nuget:?package=Kentico.Xperience.MiniProfiler&version=1.0.0-prerelease-1&prerelease // Install Kentico.Xperience.MiniProfiler as a Cake Tool #tool nuget:?package=Kentico.Xperience.MiniProfiler&version=1.0.0-prerelease-1&prerelease
Xperience by Kentico MiniProfiler
---Remove/replace all lines surrounded by 3 dashes---
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
---This matrix explains which versions of the library are compatible with different versions of Xperience by Kentico---
Xperience Version | Library Version |
---|---|
>= 28.3.1 | 1.0.0 |
Dependencies
---These are all the dependencies required to use (not build) the library---
Package Installation
---This details the steps required to add the library to a solution. This could include multiple packages (NuGet and/or npm)---
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
.
var env = builder.Environment;
if (env.IsDevelopment())
{
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
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 (>= 28.3.1)
- kentico.xperience.imageprocessing (>= 28.3.1)
- kentico.xperience.webapp (>= 28.3.1)
- 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 | 358 | 10/21/2024 |
1.1.0 | 557 | 9/4/2024 |
1.0.0 | 1,838 | 3/19/2024 |
1.0.0-prerelease-1 | 87 | 3/19/2024 |