@* Required so you have extention methods for client timings *@ @using StackExchange.Profiling; @* optional (enable client timing framework) *@ @this.InitClientTimings() @ViewBag.Title @* optional time scripts in the header *@ @this.TimeScript("Content Site.css", @) @this.TimeScript("jQuery 1.5.1", @) @this.TimeScript("modernizr", @)

My MVC Application

@Html.Partial("_LogOnPartial")
@RenderBody()
@* Make sure you've added this one line to your LAYOUT or MASTER PAGE *@ @MiniProfiler.RenderIncludes()