Our.Umbraco.HealthChecks
1.0.2
See the version list below for details.
dotnet add package Our.Umbraco.HealthChecks --version 1.0.2
NuGet\Install-Package Our.Umbraco.HealthChecks -Version 1.0.2
<PackageReference Include="Our.Umbraco.HealthChecks" Version="1.0.2" />
paket add Our.Umbraco.HealthChecks --version 1.0.2
#r "nuget: Our.Umbraco.HealthChecks, 1.0.2"
// Install Our.Umbraco.HealthChecks as a Cake Addin #addin nuget:?package=Our.Umbraco.HealthChecks&version=1.0.2 // Install Our.Umbraco.HealthChecks as a Cake Tool #tool nuget:?package=Our.Umbraco.HealthChecks&version=1.0.2
Our.Umbraco.HealthChecks
This repo is a collection of community written Health Checks for Umbraco CMS.
Please follow the naming of the folders and checks which are in the Umbraco Core Health Checks
Don't forget to do a NuGet restore.
You can login to the website and test the health checks. Here are the login details:
<strong>username:</strong> admin@admin.com<br/> <strong>password:</strong> 1234567890
Lorem Ipsum Check
The first check is for checking if there is any Lorem Ipsum Content in the website. It goes under the SEO category. It doesn't have any actions to fix it, it just alerts you to it so you can check on your site.
Suggested Checks
If you are looking to contribute a HealthCheck - here are a few suggestions! Feel free to contribute suggestions too.
Check for TLS 1.2 or later
Check whether examine rebuild on start is off
For sites with lots of content, having Examine rebuild enabled on start can really slow down boot time.
Check for an XML Sitemap
FCN Mode
Check that FCN Mode is set to Single or disabled
Check Image Processor Post processor is installed
Image processor post processor gives potentially huge savings in terms of image download size - by just installing the nuget package.
Check HSTS is enabled
Check urlCompression is enabled
Check HTTP Only and Secure cookies
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
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.1 | 12,956 | 3/17/2020 |
1.0.16 | 13,094 | 5/16/2019 |
1.0.14 | 878 | 4/9/2019 |
1.0.13 | 658 | 3/25/2019 |
1.0.12 | 3,230 | 2/28/2019 |
1.0.11 | 769 | 1/14/2019 |
1.0.9 | 1,941 | 11/30/2018 |
1.0.8 | 761 | 11/28/2018 |
1.0.7 | 694 | 11/27/2018 |
1.0.6 | 725 | 11/23/2018 |
1.0.5 | 2,444 | 11/21/2018 |
1.0.4 | 878 | 11/20/2018 |
1.0.3 | 681 | 11/17/2018 |
1.0.2 | 712 | 11/16/2018 |
1.0.1 | 674 | 11/15/2018 |
1.0.0 | 729 | 11/15/2018 |
- fixed namespace