<?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>Peter Velichkov's Blog &#187; Performance</title>
	<atom:link href="http://blog.creonfx.com/category/performance/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.creonfx.com</link>
	<description>...looking for more than eyes can see</description>
	<lastBuildDate>Fri, 09 Dec 2011 13:17:56 +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>Howto Optimize Rendering Speed of ASP.NET Ajax Websites</title>
		<link>http://blog.creonfx.com/performance/howto-optimize-rendering-speed-of-aspnet-ajax-websites</link>
		<comments>http://blog.creonfx.com/performance/howto-optimize-rendering-speed-of-aspnet-ajax-websites#comments</comments>
		<pubDate>Mon, 14 Apr 2008 20:31:06 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ComponentArt]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[optimizations]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=44</guid>
		<description><![CDATA[A common case for most ASP.NET sites is slow frontend rendering due to many Javascripts. The typical requests graph looks like this: All these AXD files are embedded Web Resources usually Javascripts and sometimes CSSs. The bad news about having many embedded Javascripts are: Many HTTP Requests (meaning generating more load to the web server) [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/performance/howto-optimize-rendering-speed-of-aspnet-ajax-websites/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optimizing Page Load Time &#8211; Caching</title>
		<link>http://blog.creonfx.com/performance/optimizing-page-load-time-caching</link>
		<comments>http://blog.creonfx.com/performance/optimizing-page-load-time-caching#comments</comments>
		<pubDate>Mon, 03 Dec 2007 21:42:34 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[optimizations]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/performance/optimizing-page-load-time-caching</guid>
		<description><![CDATA[I was always keen on speed improvements and something that might be worth sharing are couple of techniques for improving caching efficiency and effect. Lets review what happens when a user tries to load a web page: 1. The user&#8217;s browser sends request for the HTML (I&#8217;m skipping the part with dns lookups, three way [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/performance/optimizing-page-load-time-caching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Page Load Time &#8211; Images</title>
		<link>http://blog.creonfx.com/performance/optimizing-page-load-time-images</link>
		<comments>http://blog.creonfx.com/performance/optimizing-page-load-time-images#comments</comments>
		<pubDate>Mon, 12 Nov 2007 21:08:29 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[optimizations]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/performance/optimizing-page-load-time-images</guid>
		<description><![CDATA[For a work in progress in my spare time (a WordPress Theme) I decided to implement one quite useful technique for images merging that has the following pros: reduces HTTP requests usually leads to better compression no flickering with onmouseover events I suggest using it when you have many looking-alike graphical elements (buttons, icons, panels) [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/performance/optimizing-page-load-time-images/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Page Load Time &#8211; A. Hopkins (Google)</title>
		<link>http://blog.creonfx.com/performance/optimizing-page-load-time-aaron-hopkins-google</link>
		<comments>http://blog.creonfx.com/performance/optimizing-page-load-time-aaron-hopkins-google#comments</comments>
		<pubDate>Sun, 11 Nov 2007 20:17:42 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[optimizations]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/daily/optimizing-page-load-time-aaron-hopkins-google</guid>
		<description><![CDATA[While investigating some performance issue on a project I&#8217;m working on I stumbled upon this very useful article by a Google system engineer. It is basic but still covers most of the major speed issues on today&#8217;s Web 2.0 rich websites and is worth reading: It is widely accepted that fast-loading pages improve the user [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/performance/optimizing-page-load-time-aaron-hopkins-google/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

