Skip to content
Menu
Open World News Open World News
  • Privacy Policy
Open World News Open World News

Category: News

OLED Displays, How do they work-

Posted on September 16, 2022 by Michael G

Author: Source Read more

Novela Reis Capítulo 82 Completo

Posted on September 16, 2022 by Michael G
reis novela , reis novela completa , assistir reis novela completa , reis novela da record , novela de reis , assistir novela reis completo gratis , reis novela da record completo , quero ver a novela reis , ver novela reis , assistir novela reis online , assistir novela reis online gratis , reis novela assistir , reis novela todos os capitulos , reis novela online , novela brasileira reis , reis novela completo , a novela reis completo

How to Open Barclays Online Banking Account_Barclays Bank Sign Up

Posted on September 16, 2022 by Michael G
How to Open Barclays Online Banking Account_Barclays Bank Sign Up

PLEEG. home. classy.

Posted on September 16, 2022 by Michael G
ncs, nocopyrightsounds, no copyright sounds, no copyright music, copyright free, royalty free, best ncs, ncs mix, ncs music, copyright free music, copyright free music for youtube videos, ncs release best songs, copyright free song, royalty free music, ncs gaming music, royalty free music upbeat hip hop, royalty free music upbeat music,classic music videos,chic music videos,chic music video,disco music videos,jazz music,classy new video,best music for coffee shop,top 5 best classy ringtones,top 5 best classy ringtones 2020,relaxing music,study music,cafe music,classy,music video,relax music,i want your love music video,lounge music,best classy ringtones 2020,le freak music video,relaxing jazz music,best dance music,work music,dance dance dance music video
YOUTUBE CASE STUDY–https://cutt.ly/WC1bi6K
WORDPRESS–https://cutt.ly/6CJKGdh

Moodle: Η μεγαλύτερη πλατφόρμα ψηφιακής εκπαίδευσης παγκοσμίως και ο Έλληνας ιδρυτής της

Posted on September 16, 2022 by Michael G
Ο Μάρτιν Δουγιάμας μιλάει στο euronews για τις δυνατότητες της ψηφιακής εκπαίδευσης διεθνώς και στην Ελλάδα

Wiki Indaba 2022 Call for Submissions and Scholarship Applications

Posted on September 16, 2022 by Michael G
Hello, fellow Wikimedians, The wait is over, as we all know everyone has been waiting to hear about the Wiki Indaba 2022 conference which will…

Agiledrop.com Blog: Top Drupal blog posts from August 2022

Posted on September 16, 2022 by Michael G
Agiledrop.com Blog: Top Drupal blog posts from August 2022

READ MORE

OpenBGPD 7.6 released

Posted on September 16, 2022 by Michael G
OpenBGPD, our favorite BGP daemon,
has a new release, version 7.6.

The release announcement leads in,

We have released OpenBGPD 7.6, which will be arriving in the
OpenBGPD directory of your local OpenBSD mirror soon.

This release includes the following changes to the previous release:

   * Include OpenBSD 7.1 errata 008: bgpd(8) could fail to invalidate
     nexthops and incorrectly leave them in the FIB or Adj-RIB-Out. 

   * Speedup bgpctl show rib 10/8 or-longer and show rib 10/8 or-shorter

   * Switch various static hash tables to RB trees improving performance
     on large systems

   * Export per neighbor pending update and withdraw statistics

   * Fix race between a neighbor session reset and its update message backlog

   * Improve handling of nexthop reachability state changes

   * Further improve portability of the FIB handling code

Read more…

Kubernetes troubleshooting: 6 ways to find and fix issues

Posted on September 16, 2022 by Michael G

Try these troubleshooting methods the next time something is behaving unexpectedly in Kubernetes. Read More at Enable Sysadmin

The post Kubernetes troubleshooting: 6 ways to find and fix issues appeared first on Linux.com.

Speeding up Chrome on Android Startup with Freeze Dried Tabs

Posted on September 16, 2022 by Michael G


We believe that “good enough” is never enough when it comes to pushing the performance of Chrome. Today’s The Fast and the Curious post explores how we sped up the startup times of Chrome on Android by more than 20% by providing an interactive freeze-dried preview of a tab on startup. Read on to see how the screenshot falls short, and freeze-drying your tabs makes for a better browser.

Background and Motivation

Rendering web content can be computationally intensive and can feel slow at times compared to a native application. A lot of work needs to be done to dynamically load resources over the network, run JavaScript, render CSS, fonts, etc. On mobile devices this is particularly challenging and Chrome can often only keep a handful of web pages loaded at a time due to the memory constraints of the device.

This leads to the question of whether there is a lighter-weight way to represent web content when the situation calls for it—for example, in transitional UI like the tab switcher or during startup when a lot of warm-up work is occurring. The de-facto option for this is a screenshot which is visually accurate and allows a user to see at a glance what they are opening. However, a screenshot is also more limited than a web page as it is constrained to whatever was last visible and is entirely static.

What if we could make these transitional glimpses of web content more useful, interactable and engaging while waiting for the real page to be ready?

Case Study: Showing Web Content faster at Cold Start

Chrome App cold startup on Android is expensive. To start drawing a web page at the median takes 3.4s from launch (First Contentful Paint /FCP). This can feel slow compared to other apps and is due to all the work needed to process a  page’s HTML, CSS, JS and Fonts. 

What if, instead, we showed an interactive snapshot of the page at startup?

We call this snapshot a Freeze Dried Tab as it removes a number of features from a live web page, but provides enough content and interactivity to be more helpful than a static screenshot. The key elements we felt that a screenshot lacked were the ability to navigate through links and scroll through a page’s content beyond what is shown in the viewport (including iframes).

A Freeze Dried Tab provides all these capabilities and more. It is faster to start than a live web page and provides enough capabilities to get started with the content until the full page is ready. Once the page is loaded, we then transition to it automatically and seamlessly!

Testing has shown that by using a Freeze Dried Tab we can speed up the median time taken to draw all the content of the page to just 2.8s from launch (~20% faster compared to starting to draw normally). Since all the content is there and there’s often no layout shift, it feels even faster!

The distribution shift in startup time caused by Freeze Dried Tabs.

Data source for all statistics: Real-world data anonymously aggregated from Chrome clients [1]

Freeze Dried Tabs – More Details

To Freeze Dry a web page we capture the visual state of the page as a set of vector graphics along with any hyperlinks. We can then “reconstitute” (play back) these vector graphics in a lighter-weight fashion by simply rastering the vector graphics. This reduces the rendering cost of showing a full web page (including the content outside the viewport) and still supports hyperlinks.

This format provides a number of benefits over a screenshot, but is still not as fully featured as a web page. This is why we believe they are an ideal candidate for transitional views where loading the live page might take some time, but we want to have a more interactive view than a screenshot.

*Values are estimates from an emulated Pixel 2 XL running Android P.

1Utility process is 30 MB overhead with on average ~10 MB of content and 20 MB of bitmaps

Key Challenges in Developing the Technology

Building this technology was an interesting and challenging experience. In particular, aggregating content from iframes, supporting subframe scrolling, and handling all the geometry is a complicated process.

However, the most interesting challenges came from performance!

Capture

During capture of the page, saving the content is mostly straightforward; geometry from the DOM with CSS styling is easily converted into vector graphics which are small and easy to store.

Storing images from the page in this format is also straightforward, although high-resolution images are both large (0.1-10 MB) and slow to compress O(100 ms) + MBs of memory overhead. For this reason, images are usually stored without modification in their default encoding; however, sometimes particularly large images might get dropped.

Fonts are files describing how to draw each glyph they contain. These files are particularly large for fonts from languages with a large number of characters such as Chinese or which are composed of images such as emoji. A single English-language font is often around 100 kB in size, and fonts for emoji can easily be several MB. Pages often embed multiple fonts and these fonts are not saved on the local system, so we need to save them as part of the captured data. In early testing, we tried to store every font used in the page to ensure visual fidelity. However, some pages were as large as 100 MB when stored in this manner. This was simply unacceptable from a performance and storage point of view.

To overcome this challenge we turned to font subsetting. Subsetting strips every unused glyph from a font file. This reduces the data in a font to only what is required by the page. As such, that 100 MB page was reduced to just 400 kB, < 1% of the original size!

Playback

Keeping playback performance within a reasonable bound was also a challenge. The vector graphics are rasterized into a bitmap for display; however, at 32-bits per pixel, on a modern phone screen just a single viewport of content is easily larger than 10 MB. To mitigate the memory overhead of these bitmaps, we generate them dynamically as a user scrolls. 

More details: the page’s contents are divided into tiles which are smaller than a single viewport. We generate bitmaps for all tiles currently in the viewport and those for a region around the viewport are prefetched to keep scrolling smooth. Experimentation with compressing the out-of-viewport bitmaps until they were in view showed potential memory savings from 10 MB down to just 100 kB. However, after gathering more performance data it was determined that the compression resulted in a significant increase in browser jankiness and for example [FID] due to the additional CPU overhead. Consequently, this behavior was removed in favor of smaller tiles and more proactive discarding of out-of-viewport bitmaps.  

Conclusion

Freeze Dried Tabs are a compelling alternative to screenshots particularly for transitional views or places where web content might not be immediately available and waiting for it to become available would be slow. They provide additional fidelity over a screenshot and allow some useful user behavior such as links and scrolling to behave similarly to how they would in a web page. 

Currently, Freeze Dried Tabs are being used in Chrome to provide a 20% perceptible speedup in cold startup on Android. We are exploring additional places where this technology might be used.


Posted by Calder Kitagawa, Chrome Software Engineer

  • Previous
  • 1
  • …
  • 761
  • 762
  • 763
  • 764
  • 765
  • 766
  • 767
  • …
  • 821
  • Next

Recent Posts

  • Open Source email Clients
  • When and how to use benchmarking
  • How Plotly AI revolutionizes the dashboard development process
  • [TUT] LoRa & LoRaWAN – MikroTik wAP LR8 kit mit The Things Network verbinden [4K | DE]
  • Mercado aguarda Powell e olha Trump, dados e Haddad | MINUTO TOURO DE OURO – 11/02/25

Categories

  • Android
  • Linux
  • News
  • Open Source
©2025 Open World News | Powered by Superb Themes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT