Skip to content

Instantly share code, notes, and snippets.

View nickwesselman's full-sized avatar

Nick Wesselman nickwesselman

View GitHub Profile
@nickwesselman
nickwesselman / Performance.Dev.config
Last active September 4, 2019 15:55 — forked from kamsar/Performance.Dev.config
Sitecore 9.0 Dev Performance Config
<!--
A set of performance optimizations for development that vastly increase application startup time.
Should not be used in production, as they largely disable forensic diagnostics that you'd want there over fast startup time after a compile.
-->
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<hooks>
<hook type="Sitecore.Diagnostics.HealthMonitorHook, Sitecore.Kernel">
<patch:delete />