﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - compression</title><link>http://www.intersoftsolutions.com/Community/Tags/compression/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Javascript footprint and compression</title><link>http://www.intersoftsolutions.com/Community/Tags/compression/</link><pubDate>Fri, 11 Sep 2009 05:51:59 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>javascript</category><category>compression</category><category>webgrid 7.0</category><description>&lt;p&gt;As per the documentation of webgrid, with client binding, the size of javascript footprint could be significantly reduced. And as i seen from another topic in this community, the code below could&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;add key="ISNet.WebUI.ISRes_Compressed" value="true" /&amp;gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;reduce the data by enabling compression. But by checking YSLOW, i could see that the corresponding javascript and gzip format differ in size by a large and from firebug Net result i could see that total size is not altered at all. So i cleared cache, restarted the project and refreshed smartwebresources. No change at all. What i am doing wrong? Am using Webgrid 7.0 with SP1 installed. And what about the following lines &lt;/p&gt;&lt;pre&gt;&amp;lt;add key="ISNet.WebUI.v3_0_5000.OptimizeCss" value="true" /&amp;gt;
&amp;lt;add key="ISNet.WebUI.v3_0_5000.OptimizeCssName" value="true" /&amp;gt;
&amp;lt;add key="ISNet.WebUI.v3_0_5000.GroupCssStyles" value="false" /&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>ClientBinding and Compression</title><link>http://www.intersoftsolutions.com/Community/Tags/compression/</link><pubDate>Wed, 19 Aug 2009 17:53:17 GMT</pubDate><dc:creator>danjransom@gmail.com</dc:creator><category>WebGrid</category><category>ClientBinding</category><category>JSON</category><category>compression</category><description>&lt;p&gt;*I duplicated this post deliberately. The first post wouldn't open for me - error page.&lt;/p&gt;
&lt;p&gt;I was looking at the client binding feature in the 2009 version of the grid to determine the bandwidth savings that this would produce for us. I found something very strange:&lt;/p&gt;
&lt;p&gt;It loks like the client binding feature can increase the size of the data transmitted - rather than saving bandwidth. This is because the JSON data is sent uncompressed, while the older XML version of the data appears to be sent with with Gzip compression.&lt;/p&gt;
&lt;p&gt;I tested this with the ClientBinding_BindingEvents.aspx sample page that comes with the grid. With server binding enabled, refreshing the grid on this page sends about 5.5 Kb (compressed down from 38.5 Kb) while client binding sends over 9 Kb.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is there a way to turn on compression for the JSON data?&lt;/strong&gt; I have II7 dynamic and static compression already enabled without effect. &lt;/p&gt;</description></item></channel></rss>