<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Slowly Going Mobile &#8212; Poor Site Performance Is Holding Us Back</title>
	<atom:link href="http://gigaom.com/2011/01/29/mobile-poor-site-performance-is-holding-us-back/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/2011/01/29/mobile-poor-site-performance-is-holding-us-back/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 21:24:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Hamranhansenhansen</title>
		<link>http://gigaom.com/2011/01/29/mobile-poor-site-performance-is-holding-us-back/#comment-584057</link>
		<dc:creator><![CDATA[Hamranhansenhansen]]></dc:creator>
		<pubDate>Mon, 31 Jan 2011 22:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=291281#comment-584057</guid>
		<description><![CDATA[&gt; mobile Safari still downloads desktop-sized images, then
&gt; converts them to mobile resolution at the point of consumption
&gt; on an iPhone. It’s no wonder the phone and the network
&gt; are slow: We’re downloading 2 – 3 times what we need
&gt; to download

No, the iPhone has a 960x640 screen, it has almost as many pixels as a desktop display, and when the user zooms in, even larger images are needed. The optimization you should make is replacing bitmap graphics with vector graphics (replace GIF with SVG). A pie chart can be 10% of the weight yet look better. But you have to carefully make the images with as few nodes as possible so they are not computationally-intensive to render. And use real type instead of bitmap images of type, which is another vector graphics optimization.

A big thing is not to put 10 photos down a page, but instead to put 1 with buttons to replace the image with the next in the series. This can even be done in a way that works without JavaScript when it&#039;s not available. You have to use time, not just space, show things in series. This goes for uncluttering layout also.

The whole point of iPhone is to see a full-size Web. Mini pages that you can&#039;t zoom in on are terrible. The type can be too small, images too small, unusable. We have to adjust by making the whole Web leaner to make it mobile-friendly, not by making special lean pages for mobiles. We have to especially recognize that our audience is not in the den in an office chair with a brandy, leisurely browsing our one and only website for unlimited time on a huge display. They are on the go, they are showing up to find our address, or a particular contact, or office hours, or a map, or recent news, and it has to be fast and efficient in terms of organization and presentation.

Also, it&#039;s not just the network that slows down page load. A mobile on Wi-Fi has just as fast a network as a PC on WiFi, but a 1GHz ARM is not as fast as 2GHz Core 2 Duo. RAM is super-tight on mobiles. Pages should be much less complex, use CSS for layout, not tables, JavaScript should be small and efficient, and many other optimizations.]]></description>
		<content:encoded><![CDATA[<p>&gt; mobile Safari still downloads desktop-sized images, then<br />
&gt; converts them to mobile resolution at the point of consumption<br />
&gt; on an iPhone. It’s no wonder the phone and the network<br />
&gt; are slow: We’re downloading 2 – 3 times what we need<br />
&gt; to download</p>
<p>No, the iPhone has a 960&#215;640 screen, it has almost as many pixels as a desktop display, and when the user zooms in, even larger images are needed. The optimization you should make is replacing bitmap graphics with vector graphics (replace GIF with SVG). A pie chart can be 10% of the weight yet look better. But you have to carefully make the images with as few nodes as possible so they are not computationally-intensive to render. And use real type instead of bitmap images of type, which is another vector graphics optimization.</p>
<p>A big thing is not to put 10 photos down a page, but instead to put 1 with buttons to replace the image with the next in the series. This can even be done in a way that works without JavaScript when it&#8217;s not available. You have to use time, not just space, show things in series. This goes for uncluttering layout also.</p>
<p>The whole point of iPhone is to see a full-size Web. Mini pages that you can&#8217;t zoom in on are terrible. The type can be too small, images too small, unusable. We have to adjust by making the whole Web leaner to make it mobile-friendly, not by making special lean pages for mobiles. We have to especially recognize that our audience is not in the den in an office chair with a brandy, leisurely browsing our one and only website for unlimited time on a huge display. They are on the go, they are showing up to find our address, or a particular contact, or office hours, or a map, or recent news, and it has to be fast and efficient in terms of organization and presentation.</p>
<p>Also, it&#8217;s not just the network that slows down page load. A mobile on Wi-Fi has just as fast a network as a PC on WiFi, but a 1GHz ARM is not as fast as 2GHz Core 2 Duo. RAM is super-tight on mobiles. Pages should be much less complex, use CSS for layout, not tables, JavaScript should be small and efficient, and many other optimizations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KT</title>
		<link>http://gigaom.com/2011/01/29/mobile-poor-site-performance-is-holding-us-back/#comment-583524</link>
		<dc:creator><![CDATA[KT]]></dc:creator>
		<pubDate>Sun, 30 Jan 2011 18:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=291281#comment-583524</guid>
		<description><![CDATA[You bring up a critical issue about the ongoing development of the mobile web, Ed.

While the structural elements can be addressed by better mobile web site design, carrier upgrades to HSPA+ &amp; LTE, and faster App processors in handsets/tablets, it should be noted that Opera has solved this problem already with their very innovative OPML server compression technology.

If you haven&#039;t tried Opera Mini on your iPhone or Blackberry (or Opera Mobile with Turbo on your Android phone), you should see the HUGE difference in loading times.  And, it seems to work quite well on complex sites also.

The upcoming Opera for Tablets and an Opera Mini upgrade for iPhone&#039;s Retina Display can&#039;t come soon enough for the mobile web, I think...]]></description>
		<content:encoded><![CDATA[<p>You bring up a critical issue about the ongoing development of the mobile web, Ed.</p>
<p>While the structural elements can be addressed by better mobile web site design, carrier upgrades to HSPA+ &amp; LTE, and faster App processors in handsets/tablets, it should be noted that Opera has solved this problem already with their very innovative OPML server compression technology.</p>
<p>If you haven&#8217;t tried Opera Mini on your iPhone or Blackberry (or Opera Mobile with Turbo on your Android phone), you should see the HUGE difference in loading times.  And, it seems to work quite well on complex sites also.</p>
<p>The upcoming Opera for Tablets and an Opera Mini upgrade for iPhone&#8217;s Retina Display can&#8217;t come soon enough for the mobile web, I think&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Cranstone</title>
		<link>http://gigaom.com/2011/01/29/mobile-poor-site-performance-is-holding-us-back/#comment-583503</link>
		<dc:creator><![CDATA[Peter Cranstone]]></dc:creator>
		<pubDate>Sun, 30 Jan 2011 16:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=291281#comment-583503</guid>
		<description><![CDATA[MobiDeviceAds,

Well said. Performance is not only about getting the data to the consumers device, but also &quot;how the experience feels&quot; to the consumer. Failing to measure both will result in a lack value.]]></description>
		<content:encoded><![CDATA[<p>MobiDeviceAds,</p>
<p>Well said. Performance is not only about getting the data to the consumers device, but also &#8220;how the experience feels&#8221; to the consumer. Failing to measure both will result in a lack value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MobiDeviceAds</title>
		<link>http://gigaom.com/2011/01/29/mobile-poor-site-performance-is-holding-us-back/#comment-583467</link>
		<dc:creator><![CDATA[MobiDeviceAds]]></dc:creator>
		<pubDate>Sun, 30 Jan 2011 14:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=291281#comment-583467</guid>
		<description><![CDATA[The speed issue is not too dissimilar from the same reaction users had way-back-when on a fixed device.  The slowness allows for &quot;responsibility-creep.&quot;  

In other words, the user clicks &quot;submit&quot; and the site takes so long to load the user&#039;s other responsibilities creep to the front of mind.  And since it&#039;s taking &quot;so damned long&quot; to load the user abandons the transaction and moves on to the other responsibility they just thought about.  

The solution resides not only in &quot;really&quot; mobile optimized sites but also in the way the site handles the user&#039;s experience leading up to the transaction.

&lt;a href=&quot;http://www.mobideviceads.com/&quot; rel=&quot;nofollow&quot;&gt;Performance Based Mobile Advertising&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>The speed issue is not too dissimilar from the same reaction users had way-back-when on a fixed device.  The slowness allows for &#8220;responsibility-creep.&#8221;  </p>
<p>In other words, the user clicks &#8220;submit&#8221; and the site takes so long to load the user&#8217;s other responsibilities creep to the front of mind.  And since it&#8217;s taking &#8220;so damned long&#8221; to load the user abandons the transaction and moves on to the other responsibility they just thought about.  </p>
<p>The solution resides not only in &#8220;really&#8221; mobile optimized sites but also in the way the site handles the user&#8217;s experience leading up to the transaction.</p>
<p><a href="http://www.mobideviceads.com/" rel="nofollow">Performance Based Mobile Advertising</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby Brooks</title>
		<link>http://gigaom.com/2011/01/29/mobile-poor-site-performance-is-holding-us-back/#comment-583178</link>
		<dc:creator><![CDATA[Bobby Brooks]]></dc:creator>
		<pubDate>Sun, 30 Jan 2011 00:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=291281#comment-583178</guid>
		<description><![CDATA[Couldn&#039;t agree more. Even optimized sites are too slow. In face-to-face business dealings you need virtually instantaneous response for it not to be a drag. I&#039;m waiting for LTE hoping it will be fast enough for me to use my smart phone web access in my business.]]></description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t agree more. Even optimized sites are too slow. In face-to-face business dealings you need virtually instantaneous response for it not to be a drag. I&#8217;m waiting for LTE hoping it will be fast enough for me to use my smart phone web access in my business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: don</title>
		<link>http://gigaom.com/2011/01/29/mobile-poor-site-performance-is-holding-us-back/#comment-583137</link>
		<dc:creator><![CDATA[don]]></dc:creator>
		<pubDate>Sat, 29 Jan 2011 23:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=291281#comment-583137</guid>
		<description><![CDATA[Speed is key. I won&#039;t go back to a site that was severely slow processing input.

And sites / apps that incorrectly process commands / requests are deleted. Imagine having an app that allows one to determine the status of his account with his carrier. Except that it doesn&#039;t work, and e-mail to the provider provides NO assistance. As a matter of fact, the app&#039;s developers have ignored my requests for an app that functions as it is advertised. I am left with little choice in the matter since I will not do business with ATT or MCI/Verizon after they screwed with my finances.]]></description>
		<content:encoded><![CDATA[<p>Speed is key. I won&#8217;t go back to a site that was severely slow processing input.</p>
<p>And sites / apps that incorrectly process commands / requests are deleted. Imagine having an app that allows one to determine the status of his account with his carrier. Except that it doesn&#8217;t work, and e-mail to the provider provides NO assistance. As a matter of fact, the app&#8217;s developers have ignored my requests for an app that functions as it is advertised. I am left with little choice in the matter since I will not do business with ATT or MCI/Verizon after they screwed with my finances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Cranstone</title>
		<link>http://gigaom.com/2011/01/29/mobile-poor-site-performance-is-holding-us-back/#comment-583053</link>
		<dc:creator><![CDATA[Peter Cranstone]]></dc:creator>
		<pubDate>Sat, 29 Jan 2011 20:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=291281#comment-583053</guid>
		<description><![CDATA[Ed,

Great article and touches on a focus of ours. As the inventors of mod_gzip we know only too well what performance means to the end user. The problem with Mobile is that &quot;there&#039;s no known way to measure HTTP traffic performance&quot; inside the mobile browser.

Well until now. In a few short weeks we&#039;ll be releasing a set of tools that allows you to measure not only your web sites performance on mobile but also your competitors web site on Mobile. We&#039;ve included additional context like your real time geo-location, your device capabilities and even the carrier your using.

Ultimately though it comes down to how &quot;fast&quot; does this page feel on Mobile. And we&#039;ll be including timing measurements for that as well. Mobile performance is going to be a big deal - but it starts with measuring it.  Look for 5o9ezmobile.com coming soon.

Cheers,


Peter
5o9 Inc.]]></description>
		<content:encoded><![CDATA[<p>Ed,</p>
<p>Great article and touches on a focus of ours. As the inventors of mod_gzip we know only too well what performance means to the end user. The problem with Mobile is that &#8220;there&#8217;s no known way to measure HTTP traffic performance&#8221; inside the mobile browser.</p>
<p>Well until now. In a few short weeks we&#8217;ll be releasing a set of tools that allows you to measure not only your web sites performance on mobile but also your competitors web site on Mobile. We&#8217;ve included additional context like your real time geo-location, your device capabilities and even the carrier your using.</p>
<p>Ultimately though it comes down to how &#8220;fast&#8221; does this page feel on Mobile. And we&#8217;ll be including timing measurements for that as well. Mobile performance is going to be a big deal &#8211; but it starts with measuring it.  Look for 5o9ezmobile.com coming soon.</p>
<p>Cheers,</p>
<p>Peter<br />
5o9 Inc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
