<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Things on a content management system</title>
	<atom:link href="http://cqdump.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cqdump.wordpress.com</link>
	<description>Tips and tricks for Day Communique</description>
	<lastBuildDate>Tue, 17 Nov 2009 18:00:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Basic performance tuning: Caching by Chris Pilsworth</title>
		<link>http://cqdump.wordpress.com/2009/11/04/basic-performance-tuning-caching/#comment-73</link>
		<dc:creator>Chris Pilsworth</dc:creator>
		<pubDate>Tue, 17 Nov 2009 18:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=273#comment-73</guid>
		<description>Hi Jörg,

The technique you describe is one we have used with great success on some of our projects.  However, we use longer expiration times and use the CQ4 Mapper to rewrite the URLs when new versions of static application resources such as CSS, JS, PNG are published.

I have written a little bit more about it on my blog:

http://cqstuff.blogspot.com/2009/11/improving-day-cq-performance-using.html

Regards,

Chris</description>
		<content:encoded><![CDATA[<p>Hi Jörg,</p>
<p>The technique you describe is one we have used with great success on some of our projects.  However, we use longer expiration times and use the CQ4 Mapper to rewrite the URLs when new versions of static application resources such as CSS, JS, PNG are published.</p>
<p>I have written a little bit more about it on my blog:</p>
<p><a href="http://cqstuff.blogspot.com/2009/11/improving-day-cq-performance-using.html" rel="nofollow">http://cqstuff.blogspot.com/2009/11/improving-day-cq-performance-using.html</a></p>
<p>Regards,</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Take care of your selectors! by Stejan</title>
		<link>http://cqdump.wordpress.com/2009/05/06/take-care-of-your-selectors/#comment-51</link>
		<dc:creator>Stejan</dc:creator>
		<pubDate>Fri, 08 May 2009 10:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=180#comment-51</guid>
		<description>The last sentence is soooo right;)</description>
		<content:encoded><![CDATA[<p>The last sentence is soooo right;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Take care of your selectors! by jhoh228</title>
		<link>http://cqdump.wordpress.com/2009/05/06/take-care-of-your-selectors/#comment-50</link>
		<dc:creator>jhoh228</dc:creator>
		<pubDate>Fri, 08 May 2009 08:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=180#comment-50</guid>
		<description>Hi  stejan

You&#039;re right, in reality it&#039;s the easier way to remove parts of the cache; but if someone is misusing your system, you need tot make sure that you only remove the files, which are not requested from a &quot;regular&quot; user. Otherwise your cache-hit ratio in the dispatcher goes down quite dramatically and your CQ will probably overload.  Then you need to think about if the dispatcher is useful at all.

So your objective is to keep garbage out of the dispatcher cache, so you don&#039;t need to clear you dispatcher cache every once in a while. 

Regarding whitelisting: Yes, it may be a pain in the ass to keep your whitelists up to date. Maybe you don&#039;t know every selector, because they are dynamically created. But at one point you have to start. Security isn&#039;t that easy :-)</description>
		<content:encoded><![CDATA[<p>Hi  stejan</p>
<p>You&#8217;re right, in reality it&#8217;s the easier way to remove parts of the cache; but if someone is misusing your system, you need tot make sure that you only remove the files, which are not requested from a &#8220;regular&#8221; user. Otherwise your cache-hit ratio in the dispatcher goes down quite dramatically and your CQ will probably overload.  Then you need to think about if the dispatcher is useful at all.</p>
<p>So your objective is to keep garbage out of the dispatcher cache, so you don&#8217;t need to clear you dispatcher cache every once in a while. </p>
<p>Regarding whitelisting: Yes, it may be a pain in the ass to keep your whitelists up to date. Maybe you don&#8217;t know every selector, because they are dynamically created. But at one point you have to start. Security isn&#8217;t that easy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Take care of your selectors! by stejan</title>
		<link>http://cqdump.wordpress.com/2009/05/06/take-care-of-your-selectors/#comment-49</link>
		<dc:creator>stejan</dc:creator>
		<pubDate>Fri, 08 May 2009 07:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=180#comment-49</guid>
		<description>I accept the dos example, but the password?!

only a few people know about the caching of the system. So i have to know that the system makes a new file on diskspace if i call the page with other selectors. --&gt; thats the reason why I ask: Who should do that?

but your right. this is a problem, but on my opinion, there should be disk monitoring to check the disk size and if the free disk size is less than a configured amount then an automatic clean (delete dispatcher cache) should happen.

you can&#039;t ever react on each selector/extension on this world
you will always miss some.

and you can&#039;t garantie that each techie now about the whitelist. sometime there should be a fast reaction on a problem an then you will forget it.

and an implementation of a whitelist, costs a lot of money and as shown above you can&#039;t get everything

a monitoring &amp; cleaning version costs perhaps a tool or 1 day of configuration and thats it</description>
		<content:encoded><![CDATA[<p>I accept the dos example, but the password?!</p>
<p>only a few people know about the caching of the system. So i have to know that the system makes a new file on diskspace if i call the page with other selectors. &#8211;&gt; thats the reason why I ask: Who should do that?</p>
<p>but your right. this is a problem, but on my opinion, there should be disk monitoring to check the disk size and if the free disk size is less than a configured amount then an automatic clean (delete dispatcher cache) should happen.</p>
<p>you can&#8217;t ever react on each selector/extension on this world<br />
you will always miss some.</p>
<p>and you can&#8217;t garantie that each techie now about the whitelist. sometime there should be a fast reaction on a problem an then you will forget it.</p>
<p>and an implementation of a whitelist, costs a lot of money and as shown above you can&#8217;t get everything</p>
<p>a monitoring &amp; cleaning version costs perhaps a tool or 1 day of configuration and thats it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Take care of your selectors! by jhoh228</title>
		<link>http://cqdump.wordpress.com/2009/05/06/take-care-of-your-selectors/#comment-48</link>
		<dc:creator>jhoh228</dc:creator>
		<pubDate>Fri, 08 May 2009 06:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=180#comment-48</guid>
		<description>Yes, it also applies to extensions. 

Why would one ever trying to login using the root-account on a foreign computer for which he hasn&#039;t the allowance to do so? Why would some people running denial of service actions against internet websites? If there&#039;s a possibility to misuse a feature, people will sooner or later misuse it, usually without the knowledge of the owner ...</description>
		<content:encoded><![CDATA[<p>Yes, it also applies to extensions. </p>
<p>Why would one ever trying to login using the root-account on a foreign computer for which he hasn&#8217;t the allowance to do so? Why would some people running denial of service actions against internet websites? If there&#8217;s a possibility to misuse a feature, people will sooner or later misuse it, usually without the knowledge of the owner &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Take care of your selectors! by Stejan</title>
		<link>http://cqdump.wordpress.com/2009/05/06/take-care-of-your-selectors/#comment-47</link>
		<dc:creator>Stejan</dc:creator>
		<pubDate>Fri, 08 May 2009 04:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=180#comment-47</guid>
		<description>The same thing you have to do for the extensions. ;)
But why should it happen that a wrong selector or extension will be called?
A wrong implementation?
Users that calls the wrong pages?</description>
		<content:encoded><![CDATA[<p>The same thing you have to do for the extensions. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
But why should it happen that a wrong selector or extension will be called?<br />
A wrong implementation?<br />
Users that calls the wrong pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating cachable content using selectors by Wordpress Blog Services - Take care of your selectors!</title>
		<link>http://cqdump.wordpress.com/2009/04/10/creating-cachable-content-using-selectors/#comment-46</link>
		<dc:creator>Wordpress Blog Services - Take care of your selectors!</dc:creator>
		<pubDate>Thu, 07 May 2009 11:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=150#comment-46</guid>
		<description>[...] I have shown two scenarios, where selectors can be used as a way to cache several different views of a single page. This [...]</description>
		<content:encoded><![CDATA[<p>[...] I have shown two scenarios, where selectors can be used as a way to cache several different views of a single page. This [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Permission sensitive caching by Wordpress Blog Services - Take care of your selectors!</title>
		<link>http://cqdump.wordpress.com/2009/04/22/permission-sensitive-caching/#comment-45</link>
		<dc:creator>Wordpress Blog Services - Take care of your selectors!</dc:creator>
		<pubDate>Thu, 07 May 2009 11:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=161#comment-45</guid>
		<description>[...] I have shown two scenarios, where selectors can be used as a way to cache several different views of a single page. [...]</description>
		<content:encoded><![CDATA[<p>[...] I have shown two scenarios, where selectors can be used as a way to cache several different views of a single page. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating cachable content using selectors by Take care of your selectors! &#171; Things on a content management system</title>
		<link>http://cqdump.wordpress.com/2009/04/10/creating-cachable-content-using-selectors/#comment-43</link>
		<dc:creator>Take care of your selectors! &#171; Things on a content management system</dc:creator>
		<pubDate>Wed, 06 May 2009 22:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=150#comment-43</guid>
		<description>[...] care of your&#160;selectors! By jhoh228  Recently I have shown two scenarios, where selectors can be used as a way to cache several different views of a single page. This [...]</description>
		<content:encoded><![CDATA[<p>[...] care of your&nbsp;selectors! By jhoh228  Recently I have shown two scenarios, where selectors can be used as a way to cache several different views of a single page. This [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Permission sensitive caching by Take care of your selectors! &#171; Things on a content management system</title>
		<link>http://cqdump.wordpress.com/2009/04/22/permission-sensitive-caching/#comment-42</link>
		<dc:creator>Take care of your selectors! &#171; Things on a content management system</dc:creator>
		<pubDate>Wed, 06 May 2009 22:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://cqdump.wordpress.com/?p=161#comment-42</guid>
		<description>[...] Things on a content management system Tips and tricks for Day Communique      &#171; Permission sensitive&#160;caching [...]</description>
		<content:encoded><![CDATA[<p>[...] Things on a content management system Tips and tricks for Day Communique      &laquo; Permission sensitive&nbsp;caching [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
