This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"audits":{"bootup-time":{"description":"Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://web.dev/bootup-time).","details":{"headings":[{"itemType":"url","key":"url","text":"URL"},{"granularity":1,"itemType":"ms","key":"total","text":"Total CPU Time"},{"granularity":1,"itemType":"ms","key":"scripting","text":"Script Evaluation"},{"granularity":1,"itemType":"ms","key":"scriptParseCompile","text":"Script Parse"}],"items":[{"scriptParseCompile":6.627999999999998,"scripting":26.540000000000006,"total":481.40000000000015,"url":"Other"},{"scriptParseCompile":57.576,"scripting":321.7640000000004,"total":418.0640000000004,"url":"https://m.youtube.com/yts/jsbin/mobile-c3-vflayyRrl/mobile-c3.js"},{"scriptParseCompile":102.53200000000001,"scripting":60.80800000000001,"total":181.44000000000003,"url":"https://m.youtube.com/yts/jsbin/player-plasma-ias-phone-en_US-vflW7OP5z/base.js"}],"summary":{"wastedMs":575.8480000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
width: 800px; | |
background-color: #000; | |
} |