<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>profiler Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/tag/profiler/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/tag/profiler/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 10 Jan 2019 12:46:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Umbraco profiler</title>
		<link>https://blogit.create.pt/andresantos/2016/06/08/umbraco-profiler/</link>
					<comments>https://blogit.create.pt/andresantos/2016/06/08/umbraco-profiler/#respond</comments>
		
		<dc:creator><![CDATA[André Santos]]></dc:creator>
		<pubDate>Wed, 08 Jun 2016 11:16:45 +0000</pubDate>
				<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[profiler]]></category>
		<guid isPermaLink="false">http://blogit.create.pt/andresantos/?p=1481</guid>

					<description><![CDATA[<p>Quick tip: If you need to find which part of your Umbraco application is slowing the site down, follow these steps: Set the debug property of the compilation section of your Web.config to true: &#60;compilation defaultLanguage=&#8221;c#&#8221; debug=&#8221;true&#8221; batch=&#8221;false&#8221; targetFramework=&#8221;4.5&#8243;&#62; If you&#8217;re using an older version of Umbraco, you also probably need to set the umbracoDebugMode app setting to [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/andresantos/2016/06/08/umbraco-profiler/">Umbraco profiler</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Quick tip:</p>
<p>If you need to find which part of your Umbraco application is slowing the site down, follow these steps:</p>
<ol>
<li>Set the debug property of the compilation section of your Web.config to <strong>true</strong>: <em>&lt;compilation defaultLanguage=&#8221;c#&#8221; <strong>debug=&#8221;true&#8221;</strong> batch=&#8221;false&#8221; targetFramework=&#8221;4.5&#8243;&gt;</em>
<ul>
<li>If you&#8217;re using an older version of Umbraco, you also probably need to set the umbracoDebugMode app setting to true in the same config file: <em>&lt;add key=&#8221;umbracoDebugMode&#8221; value=&#8221;true&#8221; /&gt;</em></li>
</ul>
</li>
<li>Add the query string <strong>?umbdebug=true</strong> to your Umbraco page URL</li>
<li>Thats it!</li>
</ol>
<figure id="attachment_1491" aria-describedby="caption-attachment-1491" style="width: 543px" class="wp-caption alignnone"><a href="http://blogit-create.com/wp-content/uploads/2016/06/profiler.png"><img fetchpriority="high" decoding="async" class="size-full wp-image-1491" src="http://blogit-create.com/wp-content/uploads/2016/06/profiler.png" alt="umbraco profiler" width="543" height="472" srcset="https://blogit.create.pt/wp-content/uploads/2016/06/profiler.png 543w, https://blogit.create.pt/wp-content/uploads/2016/06/profiler-300x261.png 300w, https://blogit.create.pt/wp-content/uploads/2016/06/profiler-483x420.png 483w" sizes="(max-width: 543px) 100vw, 543px" /></a><figcaption id="caption-attachment-1491" class="wp-caption-text">umbraco profiler</figcaption></figure>
<p>It uses <a href="http://miniprofiler.com/">Mini Profiler</a>, so you can add your own profile stops, but out-of-the-box it already analyses the time it takes to render each view.</p>
<p>Happy profiling!</p>
<p>The post <a href="https://blogit.create.pt/andresantos/2016/06/08/umbraco-profiler/">Umbraco profiler</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/andresantos/2016/06/08/umbraco-profiler/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
