Google Babel in Gmail

As Droid Life previously reported, Google already tests Babel, an unified messaging service that combines Google Talk, Gmail Chat, Google+ Messenger. There's a Gmail page that mentions "dogfooding Babel in Gmail" and it's supposed to be available only to Google employees.


"Upgrade Chat to Babel! Babel is Google's new messenger with clients for Android, iOS, Chrome, Google+ and Gmail. Access the same conversation list from anywhere!" That's how Google describes the new service.

"Some of the new features:

* A new, conversation-based UI
* Advanced group conversations
* Send pictures
* Improved notifications across devices."

It looks like you can go back to the Gmail Chat interface: "You're about to revert the Babel chat client to the old Gmail chat client. You can always opt in back from the chat roster menu."

Here's a screenshot (it's this image):


{ Thanks, F. }

How Google Quick View Works

I've mentioned in the previous post that Google launched a feature called Quick View that's designed to load search results faster on mobile devices. Right now, the feature only works for Wikipedia results and you'll only see it if you use google.com in English.



It's interesting to see how this feature works, especially when you consider Google's claim that pages load in less than 0.1 seconds. Like a magician, Google uses tricks to make people think that pages load faster than they really do.

All the Wikipedia results with a blue "Quick View" button have special sections in Google's source code that include the first part of the articles. When you tap the "Quick View" result, the article appears to load instantly, but you only see the first paragraphs, which are included in Google's code, just like snippets. Google loads in the background the rest of the article: it's a simplified version of the mobile Wikipedia article from the Google Cache. An example of page that includes the second part of a Wikipedia article: http://websearch-experiments.googleusercontent.com/B/08/d88ede51537960e3_926bb07ecb8a2bc1.htm.

Here's what happens if Google can't load the rest of the article: you get the error message "Error loading the entire article. Try again".


But is Quick View really fast? I've loaded the Wikipedia article about lettuce in the desktop Chrome and changed the user-agent to Galaxy Nexus/Android 4.0.2. Here are the load times obtained from Chrome's developer tools (I've only included the results for the main HTML file, the images are loaded from Wikipedia's site even when you use Quick View).

- Quick View: 120 ms


- Regular Wikipedia article: 522 ms


I've tested many other articles and Quick View pages consistently loaded in 100-130 milliseconds, while the original Wikipedia articles loaded about 4 times slower. It's a significant difference, especially if you use a slow mobile Internet connection with high latency.

Another improvement is that Google's search results pages already include the necessary CSS and JavaScript code for Wikipedia, while Wikipedia loads additional files: one CSS file and 7 JavaScript files.


Here's the total loading time for the page and its resources:

- QuickView: 30 requests, 143 KB transferred, 986ms total loading time

- Wikipedia: 36 requests, 296 KB transferred, 1.68 s total loading time

Google Quick View

Google Search for mobile has a new feature called "Quick View". Right now, it only shows up for Wikipedia results and it allows users to load search results almost instantly.


"Quick view is an experimental project and is currently enabled for pages from Wikipedia when you search in English on Google.com. We are working to expand this to additional websites," explains Google. There's a form for getting updates "about participating in the mobile quick view field trial". Apparently, Quick View loads pages in less than 100 milliseconds.

I've noticed a Quick View link next to Wikipedia results, but nothing happened when I clicked it. Even the search result link for the Wikipedia page was broken. I've checked the source code of the search results page and the code included an excerpt from the Wikipedia article. It's likely that Google hosts a simplified version of the Wikipedia article and that's the reason why it's supposed to load so fast. Here's Google's version of the Wikipedia page for "salmon" (check the source code).

Google also announced the "expandable sitelinks" feature I've mentioned a few days ago. "Now, there's a faster way to get to the Rotten Tomatoes page with just the info you need most -- just look for a new quick link for 'In Theaters' underneath the main Rotten Tomatoes link when you search on your mobile phone. You'll see these expandable sitelinks appear for many sites to help you get to a specific section quickly."