Nearly a year after a major overhaul, Google continues to share new steps in Chrome browser performance. It is worth noting that not only Google, but also Microsoft is pushing to optimize the Edge browser, to improve speed and user experience. Both "giants" use the Speedometer 3.0 standard to objectively evaluate web browsing performance.
According to Google, the Chrome team has focused on improving memory management and caching. They have redesigned the memory structure for many core components such as DOM, CSS, and drawing processes, thereby increasing the efficiency of system resource use and reducing latency when browsing the web.
One important change is the Blink rendering engine. Google says Blink has been tweaked to remove unnecessary overhead and make better use of the CPU cache. This is a step that should improve overall performance without affecting browser stability or compatibility.
In particular, in areas that previously relied on the garbage collection mechanism in the Oilpan system, the development team completely switched to using Oilpan instead of malloc to allocate memory. This helps improve automatic memory management, reduce memory leaks, and contribute to speeding up the processing of complex web pages.
Why is Google Chrome getting faster and faster? |
With the powerful Oilpan garbage collection system built into the Blink rendering engine, Google’s improvements to memory management and caching have laid a solid foundation for code optimizations that not only make Chrome more efficient, but also echo the observations of a senior Microsoft engineer who pointed out that memory-inefficient applications can slow down Windows.
In addition to memory, Google also focused on improving string processing in the renderer. They implemented a new hashing method called rapidhash , which improves processing speed and optimizes performance when working with large data strings. The implementation of this technology is a clear step forward in the effort to reduce latency when loading and displaying web content.
Notably, for heavy tasks like calculating CSS styles for various elements – which consume system resources – Google has added more advanced caching techniques. As a result, the frequency of cache hits is significantly increased, while the number of misses is reduced, giving Chrome superior performance during complex web browsing.
Source: https://baoquocte.vn/vi-sao-google-chrome-lai-ngay-cang-duyet-web-nhanh-hon-316953.html
Comment (0)