<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: My first meaningful EPiServer control&#8230; z Biedronki* :)</title>
	<atom:link href="http://blog.najmanowicz.com/2006/12/19/my-first-meaningful-episerver-control-z-biedronki/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.najmanowicz.com/2006/12/19/my-first-meaningful-episerver-control-z-biedronki/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-first-meaningful-episerver-control-z-biedronki</link>
	<description>Code and Effect - solving problem with just enough amount of code - by Adam Najmanowicz</description>
	<lastBuildDate>Tue, 24 Jan 2012 02:15:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adam Najmanowicz</title>
		<link>http://blog.najmanowicz.com/2006/12/19/my-first-meaningful-episerver-control-z-biedronki/comment-page-1/#comment-8</link>
		<dc:creator>Adam Najmanowicz</dc:creator>
		<pubDate>Mon, 08 Jan 2007 11:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/archives/49#comment-8</guid>
		<description>Hey Merri,

Thanks for the constructive comment.

I didn&#039;t really do any performance testing of this control since it was only for the purpose of learning and intended more as a quick technology demo than anything else.

Agreed, caching on a wide search like this is always a wise choice.</description>
		<content:encoded><![CDATA[<p>Hey Merri,</p>
<p>Thanks for the constructive comment.</p>
<p>I didn&#8217;t really do any performance testing of this control since it was only for the purpose of learning and intended more as a quick technology demo than anything else.</p>
<p>Agreed, caching on a wide search like this is always a wise choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: merri</title>
		<link>http://blog.najmanowicz.com/2006/12/19/my-first-meaningful-episerver-control-z-biedronki/comment-page-1/#comment-6</link>
		<dc:creator>merri</dc:creator>
		<pubDate>Sat, 06 Jan 2007 14:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/archives/49#comment-6</guid>
		<description>Do you realize the performance penalty for doing such a recursive search through the entire episerver tree? This sort of control is what brings intranets / websites to it&#039;s knees 1 year later and noone understands why everything got so slow all of a sudden. Even on a small webb with 5-10 thousand pages that will have a very negative impact on performance.

If you ever have to search through an entire tree like that I highly suggest you use caching to keep some performance. With this control you could easily cache for a very long time and hook the SavedPage event in global.ascx to invalidate the cache when actually needed.</description>
		<content:encoded><![CDATA[<p>Do you realize the performance penalty for doing such a recursive search through the entire episerver tree? This sort of control is what brings intranets / websites to it&#8217;s knees 1 year later and noone understands why everything got so slow all of a sudden. Even on a small webb with 5-10 thousand pages that will have a very negative impact on performance.</p>
<p>If you ever have to search through an entire tree like that I highly suggest you use caching to keep some performance. With this control you could easily cache for a very long time and hook the SavedPage event in global.ascx to invalidate the cache when actually needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tdi</title>
		<link>http://blog.najmanowicz.com/2006/12/19/my-first-meaningful-episerver-control-z-biedronki/comment-page-1/#comment-3</link>
		<dc:creator>tdi</dc:creator>
		<pubDate>Thu, 04 Jan 2007 14:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/archives/49#comment-3</guid>
		<description>great title Adam.. the rest is not my field by great code colours  :P</description>
		<content:encoded><![CDATA[<p>great title Adam.. the rest is not my field by great code colours  :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

