<?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>Waldemar's blog &#187; cache</title>
	<atom:link href="http://blog.testsautomation.com/tag/cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.testsautomation.com</link>
	<description>Live fast, die old...</description>
	<lastBuildDate>Mon, 02 Jan 2012 20:36:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cleaning browser cache</title>
		<link>http://blog.testsautomation.com/2009/02/cleaning-browser-cache-loadrunner-web/</link>
		<comments>http://blog.testsautomation.com/2009/02/cleaning-browser-cache-loadrunner-web/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:54:02 +0000</pubDate>
		<dc:creator>Waldemar</dc:creator>
				<category><![CDATA[LoadRunner]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cleaning]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.testsautomation.com/?p=27</guid>
		<description><![CDATA[Hello As you know, browser can store some downloaded HTML/JPG/etc file from remote server on local hard drive so you can access it faster next time. This is called &#8220;cache&#8221;. There is an option in LoadRunner VuGen to simulate browser cache behavior with your web performance testing. But how to use it and when? Here [...]]]></description>
			<content:encoded><![CDATA[<p>Hello</p>
<p>As you know, browser can store some downloaded HTML/JPG/etc file from remote server on local hard drive so you can access it faster next time. This is called &#8220;cache&#8221;.</p>
<p>There is an option in LoadRunner VuGen to simulate browser cache behavior with your web performance testing. But how to use it and when? Here are my suggestions.</p>
<p><span style="color: #000000;"><strong>Don&#8217;t clean the cache</strong></span><br />
Your application is rather something internal used by (mostly) the same people in one company &#8211; In that case I suggest not to clean the cache because this will reflect users behavior in your tests. If you ask why? then ask yourself how often you clean your browser cache. Once a week? Once a month? Every login/logout? Are you getting the idea?</p>
<p>With such settings, your transaction performance graph would look like this:</p>
<p><img class="alignnone size-full wp-image-84" title="without_cache_cleaning1" src="http://blog.testsautomation.com/wp-content/uploads/2009/02/without_cache_cleaning1.png" alt="without_cache_cleaning1" width="564" height="307" /></p>
<p>After first iteration with cache enabled, transaction performance is much smaller. It&#8217;s because user gets most of the files from the cache.</p>
<p><span style="color: #000000;"><strong>Clean the cache:</strong></span><br />
Your application is accessible from the Internet, and your customers are basically everyones on the net &#8211; in that case I suggest to clean the cache because its more probable to have new person without cached content already.</p>
<p>This is example performance graph after tests with cleaning browser cache.</p>
<p><img class="alignnone size-full wp-image-82" title="with_cache_cleaning1" src="http://blog.testsautomation.com/wp-content/uploads/2009/02/with_cache_cleaning1.png" alt="with_cache_cleaning1" width="567" height="320" /></p>
<p>In each iteration, user has empty cache at the beginning so he need to get all the files from remote server.</p>
<p>Conclusion:</p>
<p>Only by cleaning/not cleaning the cache your transaction performance can vary significantly!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.testsautomation.com/2009/02/cleaning-browser-cache-loadrunner-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

