<?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: Turbocharging Performance with Caching</title>
	<atom:link href="http://steveonjava.com/turbocharging-performance-with-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://flash.steveonjava.com/turbocharging-performance-with-caching/</link>
	<description>Hacking Java, JavaFX, and Flash with Agility</description>
	<lastBuildDate>Thu, 17 May 2012 02:04:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: taymless</title>
		<link>http://flash.steveonjava.com/turbocharging-performance-with-caching/#comment-54946</link>
		<dc:creator>taymless</dc:creator>
		<pubDate>Wed, 17 Aug 2011 09:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1911#comment-54946</guid>
		<description>Maybe I&#039;m just not seeing it, but where can I download your app? Searching for &quot;Flash Mobile Bench&quot; in the android market didn&#039;t give me any results ...</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m just not seeing it, but where can I download your app? Searching for &#8220;Flash Mobile Bench&#8221; in the android market didn&#8217;t give me any results &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://flash.steveonjava.com/turbocharging-performance-with-caching/#comment-52694</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Sat, 06 Aug 2011 04:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1911#comment-52694</guid>
		<description>That should do it.

When you are hacking, always use a performance monitor like the one mentioned in this article.  That way you can see if your changes are affecting your frame rate or not.</description>
		<content:encoded><![CDATA[<p>That should do it.</p>
<p>When you are hacking, always use a performance monitor like the one mentioned in this article.  That way you can see if your changes are affecting your frame rate or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cole</title>
		<link>http://flash.steveonjava.com/turbocharging-performance-with-caching/#comment-52640</link>
		<dc:creator>cole</dc:creator>
		<pubDate>Fri, 05 Aug 2011 19:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1911#comment-52640</guid>
		<description>I have a menu (Sprite) with items that are animating ....
Should I apply cacheAsBitmap and cacheAsBitmapMatrix  to the items and not apply anything to the menu?
So nothing to the holder, but to the sub items.

thanks!
cp</description>
		<content:encoded><![CDATA[<p>I have a menu (Sprite) with items that are animating &#8230;.<br />
Should I apply cacheAsBitmap and cacheAsBitmapMatrix  to the items and not apply anything to the menu?<br />
So nothing to the holder, but to the sub items.</p>
<p>thanks!<br />
cp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://flash.steveonjava.com/turbocharging-performance-with-caching/#comment-52634</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Fri, 05 Aug 2011 19:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1911#comment-52634</guid>
		<description>If your subclips are animating, cacheAsBitmapMatrix won&#039;t do you any good.

Better to put the caching on the subclips themselves, or rearrange your nodes so that you can cache all the static portions as a group.</description>
		<content:encoded><![CDATA[<p>If your subclips are animating, cacheAsBitmapMatrix won&#8217;t do you any good.</p>
<p>Better to put the caching on the subclips themselves, or rearrange your nodes so that you can cache all the static portions as a group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cole</title>
		<link>http://flash.steveonjava.com/turbocharging-performance-with-caching/#comment-52623</link>
		<dc:creator>cole</dc:creator>
		<pubDate>Fri, 05 Aug 2011 18:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1911#comment-52623</guid>
		<description>If i have a holder clip and it has children that are animating I know that I should NOT set cacheAsBitmap to true.

But is it ok to do the above if i set

cacheAsBitmapMatrix
and cacheAsBitmap  

or should i not do that either because i have subclips that are animating?</description>
		<content:encoded><![CDATA[<p>If i have a holder clip and it has children that are animating I know that I should NOT set cacheAsBitmap to true.</p>
<p>But is it ok to do the above if i set</p>
<p>cacheAsBitmapMatrix<br />
and cacheAsBitmap  </p>
<p>or should i not do that either because i have subclips that are animating?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

