

Screen redraws: Google did research with websites to identify Document Object Model change patterns and adjusted Chrome to detect “unnecessary style, layout, paint, raster, and GPU steps” to prevent unnecessary screen redraws.Data structures: When Chrome has to access a data structure frequently, the browser now can optimize the access to that data.

Google adjusted these timers so that they wake the CPU less frequently and shut down when they’re no longer needed.

