The chrome app on all the iOS device is terrible. Look at the sunspider javascript performance difference.


It's completely Apple's fault. Apple is stifling competition. Apple prevents other browsers from running the same way that Safari does.
May be right to say that Chrome is inferior compared to safari, mainly because it does not have access to Apple's nitro JavaScript. However, many videos that I saw showed that Chrome loads web pages very quickly on the iPhone 5 as well, sometimes almost as fast as Safari. That's based on what I saw, so I do not know what effect will the additional JavaScript engine provide.
Most of the videos on the internet are worth nothing. All these bloggers would tell you anything because they have no idea what they are talking about when it comes to browsers. They do side by side comparison by opening a website. Where they totally ignore the fact that there are factors like network latency and server response time. Best thing to do is to investigate yourself. Sunspider is the industry standers for the javascript performance. Check it out
http://www.webkit.org/perf/sunspider/sunspider.html.
Yes javascript performance plays major role in how fast the websites load. Well depending on how much javascript that website uses.
Chrome works for me, i like the syncing with all the computers as i have different bookmarks on every computer I use. It works perfect for me.
I see. I initially always thought that the side-to-side comparison of Chrome vs Safari will reflect normal day-to-day usage of browsing the web. So, when do the JavaScript engine play a role, when there's a lot of embedded videos or pictures? Curious about it as I'm not that knowledgable about the real purpose of JavaScript rendering.
Web pages are made up of html and css. However HTML and CSS are markup languages. They can't do computation or manipulations on their own. Well css does do some computation to calculate the box spaces and margins but it is not a functional language like javasript. So if your page is populated dynamically using javascript, it becomes extremely important. Let me give you an example of websites where javascript is must. Google Maps, Google docs, Pandora, linkedin, Yahoo mail, Gmail, Facebook (especially the chatting feature is done by javascript) and many more. Websites like Google maps and Google docs therefore are not really "websites". They are essentially javascript web apps running on your browser. Most of the mobile version of the websites these days are rendered using javascript. For example wallmart's mobile website heavily uses javascript.
----------
[/COLOR]
Thanks for the clarification! Before this, I don't know nuts about anything like that. If this is the case, I guess Safari really has the upper hand unless Google updates Chrome or something, although I really doubt if Chrome will ever be on par with Safari on iOS. Apple won't allow that to happen, I think.