Skip to main content

Google is testing larger cache sizes in Chrome to reduce cache partioning impact

Google introduced support for partitioning the cache of the company's Chrome web browser when it launched Chrome 86 earlier this year. The feature changes how web browsers cache content. Previously, web browsers like Chrome used a single cache to store content. One benefit of this approach is that all sites may make use of a cached resource, say a web font or image to speed up the loading of a page or application.

Use of a single cache opened up the door for attacks as sites could check for the existence of cached entries for use in tracking and other attacks.

A partitioned cache renders these attacks useless as sites are no longer able to probe the cache for existing resources. Sites use their own cache that is unique to them.

google chrome

Downside to using a cache for each site is that performance may take a hit. Since resources cannot be shared anymore across sites, it is necessary to download these for each site that is accessed in the browser, even if the file is identical.

Google believes that the privacy gains are worth the performance impact, and other browser makers seem to agree, as Mozilla plans to launch network partitioning, the organizations name for the feature, in Firefox 85 in January 2021.

Chrome engineers want to test if increasing the cache size of the browser will reduce the impact the new partitioning feature has on the performance of the web browser. Bleepingcomputer was the first to spot the new commit, but it is unclear if the test is already underway or if Google plans to run it in the future.

The commit enables experimentation with different cache sizes in the browser to see if it improves the performance.

This CL adds the code to enable experimentation of different cache sizes. Now that cache will be partitioned, it makes sense to see if increasing the cache size helps offset some performance impact by lowering the eviction rate.

Other information is not available, including the cache size settings that google plans to experiment with, and whether it is possible to block the experiment or manage it from Chrome directly.

This article was first seen on ComTek's "TekBits" Technology News

HOME