<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Speed up the publish time of your store</title>
	<link>http://ystoreblog.com/blog/2007/10/speed-up-the-publish-time-of-your-store/</link>
	<description>Tips, Tricks, and Best Practices</description>
	<pubDate>Thu, 28 Aug 2008 14:22:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Jacob Swartwood</title>
		<link>http://ystoreblog.com/blog/2007/10/speed-up-the-publish-time-of-your-store/#comment-55390</link>
		<dc:creator>Jacob Swartwood</dc:creator>
		<pubDate>Fri, 26 Oct 2007 16:56:42 +0000</pubDate>
		<guid>http://ystoreblog.com/blog/2007/10/speed-up-the-publish-time-of-your-store/#comment-55390</guid>
		<description>Grr... scratch that. Using ONCE :page inside a FOR-EACH-OBJECT definitely doesn't work the way I thought. I'll pollute this thread again if I figure anything else out.</description>
		<content:encoded><![CDATA[<p>Grr&#8230; scratch that. Using ONCE :page inside a FOR-EACH-OBJECT definitely doesn&#8217;t work the way I thought. I&#8217;ll pollute this thread again if I figure anything else out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Swartwood</title>
		<link>http://ystoreblog.com/blog/2007/10/speed-up-the-publish-time-of-your-store/#comment-55188</link>
		<dc:creator>Jacob Swartwood</dc:creator>
		<pubDate>Thu, 25 Oct 2007 22:13:18 +0000</pubDate>
		<guid>http://ystoreblog.com/blog/2007/10/speed-up-the-publish-time-of-your-store/#comment-55188</guid>
		<description>Sorry, that example code didn't tab appropriately. Pretend each line is indented relative to the previous line.</description>
		<content:encoded><![CDATA[<p>Sorry, that example code didn&#8217;t tab appropriately. Pretend each line is indented relative to the previous line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Swartwood</title>
		<link>http://ystoreblog.com/blog/2007/10/speed-up-the-publish-time-of-your-store/#comment-55186</link>
		<dc:creator>Jacob Swartwood</dc:creator>
		<pubDate>Thu, 25 Oct 2007 22:11:00 +0000</pubDate>
		<guid>http://ystoreblog.com/blog/2007/10/speed-up-the-publish-time-of-your-store/#comment-55186</guid>
		<description>Ivan,
ONCE :page is great too (if not better than ONCE :publish.) It may actually save you from your editor being slow in addition to faster publish times. Rather than use a "trick" to do your nav once per publish, you could theoretically do it once (actually just once.) Also, with this method, you shouldn't even need to check whether or not you are in the editor to hide your nav. Try this and see what you think...

&lt;code&gt;
WITH-OBJECT :index
  ONCE :page
    ...
&lt;/code&gt;

I'm not positive, but it would seem that with the object "index" it is only generating the code that would follow once. Since there is only one page "index" in the store, it will only generate that nav once. On the same note... it would seem that you could use ONCE :page inside a FOR-EACH-OBJECT loop so that you wouldn't have to run any code in the body of the loop for any object twice (if that makes sense.)

Since I have not contact with anyone at Yahoo!, I have no idea how this actually works or if it is doing exactly what I think it is. It does appear to work though.
- Jacob Swartwood</description>
		<content:encoded><![CDATA[<p>Ivan,<br />
ONCE :page is great too (if not better than ONCE :publish.) It may actually save you from your editor being slow in addition to faster publish times. Rather than use a &#8220;trick&#8221; to do your nav once per publish, you could theoretically do it once (actually just once.) Also, with this method, you shouldn&#8217;t even need to check whether or not you are in the editor to hide your nav. Try this and see what you think&#8230;</p>
<p><code><br />
WITH-OBJECT :index<br />
  ONCE :page<br />
    ...<br />
</code></p>
<p>I&#8217;m not positive, but it would seem that with the object &#8220;index&#8221; it is only generating the code that would follow once. Since there is only one page &#8220;index&#8221; in the store, it will only generate that nav once. On the same note&#8230; it would seem that you could use ONCE :page inside a FOR-EACH-OBJECT loop so that you wouldn&#8217;t have to run any code in the body of the loop for any object twice (if that makes sense.)</p>
<p>Since I have not contact with anyone at Yahoo!, I have no idea how this actually works or if it is doing exactly what I think it is. It does appear to work though.<br />
- Jacob Swartwood</p>
]]></content:encoded>
	</item>
</channel>
</rss>
