<?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: Minify your JavaScript &#8211; and save the KB&#039;s for later (Imtech JavaScript Minificator &#8211; Free Tool)</title>
	<atom:link href="http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:00:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ed Robinson</title>
		<link>http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/comment-page-1/#comment-1064</link>
		<dc:creator>Ed Robinson</dc:creator>
		<pubDate>Fri, 13 Jun 2008 19:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/05/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/#comment-1064</guid>
		<description>These are good ideas, but the real performance improvements come from minimizing latency and network travel time - combining requests or using a CDN.

Try this: compare the speed of this homepage. One URL returns the page with the RPO turned on,  the other with it off:
http://runtimepageoptimizer.com/?rpo=on
http://runtimepageoptimizer.com/?rpo=off

Use Firefox/Firebug to see the effect on the page resources.  BTW: This is hosted in New Zealand - 12,000 miles away from you.

Ed
ed.robinson@actionthis.com</description>
		<content:encoded><![CDATA[<p>These are good ideas, but the real performance improvements come from minimizing latency and network travel time &#8211; combining requests or using a CDN.</p>
<p>Try this: compare the speed of this homepage. One URL returns the page with the RPO turned on,  the other with it off:<br />
<a href="http://runtimepageoptimizer.com/?rpo=on" rel="nofollow">http://runtimepageoptimizer.com/?rpo=on</a><br />
<a href="http://runtimepageoptimizer.com/?rpo=off" rel="nofollow">http://runtimepageoptimizer.com/?rpo=off</a></p>
<p>Use Firefox/Firebug to see the effect on the page resources.  BTW: This is hosted in New Zealand &#8211; 12,000 miles away from you.</p>
<p>Ed<br />
<a href="mailto:ed.robinson@actionthis.com">ed.robinson@actionthis.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/comment-page-1/#comment-1057</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 13 Jun 2008 18:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/05/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/#comment-1057</guid>
		<description>What Imtech JS Minificator does is that is removes any overhead characters from the JavaScript files. These files can be further improved by using standard available features like content compression and caching (both server and client).</description>
		<content:encoded><![CDATA[<p>What Imtech JS Minificator does is that is removes any overhead characters from the JavaScript files. These files can be further improved by using standard available features like content compression and caching (both server and client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Robinson</title>
		<link>http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/comment-page-1/#comment-1024</link>
		<dc:creator>Ed Robinson</dc:creator>
		<pubDate>Fri, 13 Jun 2008 08:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/05/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/#comment-1024</guid>
		<description>Either way works well. The challenge for us all is so many sites are sluggish and could be improved easily. 

The real test is:  what performance improvement does the ImTech minifier give SharePoint sites?

I can post performance examples for the RPO - but I don&#039;t want to fill your blog up with unsolicited advertising!</description>
		<content:encoded><![CDATA[<p>Either way works well. The challenge for us all is so many sites are sluggish and could be improved easily. </p>
<p>The real test is:  what performance improvement does the ImTech minifier give SharePoint sites?</p>
<p>I can post performance examples for the RPO &#8211; but I don&#039;t want to fill your blog up with unsolicited advertising!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/comment-page-1/#comment-1009</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 13 Jun 2008 04:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/05/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/#comment-1009</guid>
		<description>Personally I would integrate it in the build process: it&#039;s not like you change JavaScript and CSS files each day or directly in the production environment. If you care for structured and repeatable deployment, you would like to have each change documented and deployed. Therefore integrating minification in the MSBuild tasks would be my preferable approach.</description>
		<content:encoded><![CDATA[<p>Personally I would integrate it in the build process: it&#039;s not like you change JavaScript and CSS files each day or directly in the production environment. If you care for structured and repeatable deployment, you would like to have each change documented and deployed. Therefore integrating minification in the MSBuild tasks would be my preferable approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Robinson</title>
		<link>http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/comment-page-1/#comment-1003</link>
		<dc:creator>Ed Robinson</dc:creator>
		<pubDate>Fri, 13 Jun 2008 02:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/05/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/#comment-1003</guid>
		<description>Anytime you change a resource and upload it - this adds extra development effort, and means your source code (and development testing) is different than what is in production.

This is why we figure doing it all automatically at runtime with the runtime page optimizer is the right approach.

What does everyone else think?

Ed</description>
		<content:encoded><![CDATA[<p>Anytime you change a resource and upload it &#8211; this adds extra development effort, and means your source code (and development testing) is different than what is in production.</p>
<p>This is why we figure doing it all automatically at runtime with the runtime page optimizer is the right approach.</p>
<p>What does everyone else think?</p>
<p>Ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nawaz</title>
		<link>http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/comment-page-1/#comment-705</link>
		<dc:creator>Nawaz</dc:creator>
		<pubDate>Mon, 09 Jun 2008 06:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/05/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/#comment-705</guid>
		<description>I think you dont need to change the resources in development Robinson, you can just rename the file and upload that on server and it should be working fine.

Nawaz Ali</description>
		<content:encoded><![CDATA[<p>I think you dont need to change the resources in development Robinson, you can just rename the file and upload that on server and it should be working fine.</p>
<p>Nawaz Ali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Robinson</title>
		<link>http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/comment-page-1/#comment-609</link>
		<dc:creator>Ed Robinson</dc:creator>
		<pubDate>Sat, 07 Jun 2008 03:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/05/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/#comment-609</guid>
		<description>We&#039;re developing a tool that works at runtime to minify JS and a bunch of other stuff - this means you don&#039;t have to change your source code and resources during development.

See www.runtimepageoptimizer.com

This is designed for Microsoft ASP.NET intranet/internet websites, with a free download.
It compresses, caches and combines resources in a webpage to speed up a website 2x to 4x

Ed Robinson
CEO
ActionThis Limited
ed.robinson@actionthis.com</description>
		<content:encoded><![CDATA[<p>We&#039;re developing a tool that works at runtime to minify JS and a bunch of other stuff &#8211; this means you don&#039;t have to change your source code and resources during development.</p>
<p>See <a href="http://www.runtimepageoptimizer.com" rel="nofollow">http://www.runtimepageoptimizer.com</a></p>
<p>This is designed for Microsoft ASP.NET intranet/internet websites, with a free download.<br />
It compresses, caches and combines resources in a webpage to speed up a website 2x to 4x</p>
<p>Ed Robinson<br />
CEO<br />
ActionThis Limited<br />
<a href="mailto:ed.robinson@actionthis.com">ed.robinson@actionthis.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

