Kentico.Xperience.MiniProfiler 1.0.0-prerelease-1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Kentico.Xperience.MiniProfiler.
There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Kentico.Xperience.MiniProfiler" Version="1.0.0-prerelease-1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kentico.Xperience.MiniProfiler --version 1.0.0-prerelease-1
#r "nuget: Kentico.Xperience.MiniProfiler, 1.0.0-prerelease-1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

7-day bug-fix policyCI: Build and Test

7-day bug-fix policy Kentico Labs CI: Build and Test

---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

DancingGoat example usage

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

  1. 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

7-day bug-fix policy

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.0 643 3/19/2024
1.0.0-prerelease-1 63 3/19/2024