![]() |
VOOZH | about |
dotnet add package Kentico.Xperience.MiniProfiler --version 3.0.0
NuGet\Install-Package Kentico.Xperience.MiniProfiler -Version 3.0.0
<PackageReference Include="Kentico.Xperience.MiniProfiler" Version="3.0.0" />
<PackageVersion Include="Kentico.Xperience.MiniProfiler" Version="3.0.0" />Directory.Packages.props
<PackageReference Include="Kentico.Xperience.MiniProfiler" />Project file
paket add Kentico.Xperience.MiniProfiler --version 3.0.0
#r "nuget: Kentico.Xperience.MiniProfiler, 3.0.0"
#:package Kentico.Xperience.MiniProfiler@3.0.0
#addin nuget:?package=Kentico.Xperience.MiniProfiler&version=3.0.0Install as a Cake Addin
#tool nuget:?package=Kentico.Xperience.MiniProfiler&version=3.0.0Install as a Cake Tool
👁 7-day bug-fix policy
👁 CI: Build and Test
👁 NuGet Package
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.
| Xperience Version | Library Version |
|---|---|
| >= 31.0.0 | 3.0.0 |
| >= 30.5.1 | 2.1.0 |
| >= 29.5.3 | 2.0.1 |
| >= 29.5.3 | 2.0.0 |
| >= 28.3.1 | 1.0.0 |
Add the package to your application using the .NET CLI
dotnet add package Kentico.Xperience.MiniProfiler
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
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 .
Distributed under the MIT License. See for more information.
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 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Kentico.Xperience.MiniProfiler:
| Package | Downloads |
|---|---|
|
Baseline.Core
Baseline v3 Core - Foundation services for Xperience by Kentico including SEO, caching, structured data, and content retrieval. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 5,467 | 1/15/2026 |
| 3.0.0-prerelease-1 | 119 | 1/6/2026 |
| 2.1.0 | 5,175 | 5/29/2025 |
| 2.0.3 | 2,839 | 4/10/2025 |
| 2.0.2 | 2,093 | 2/26/2025 |
| 2.0.1 | 2,426 | 12/16/2024 |
| 2.0.0 | 5,103 | 10/21/2024 |
| 1.1.0 | 833 | 9/4/2024 |
| 1.0.0 | 2,199 | 3/19/2024 |
| 1.0.0-prerelease-1 | 189 | 3/19/2024 |