| OLD | NEW |
| 1 CONSOLE WARNING: line 22: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 22: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. |
| 2 Tests resource priorities. | 2 Tests resource priorities. |
| 3 | 3 |
| 4 | 4 |
| 5 sendSyncScriptRequest | |
| 6 Request: empty-script.js?sync priority: High | 5 Request: empty-script.js?sync priority: High |
| 7 sendAsyncScriptRequest | |
| 8 Request: empty-script.js?async priority: Low | 6 Request: empty-script.js?async priority: Low |
| 9 sendScriptRequestPrecededByImage | 7 Request: abe.png?preceding priority: Low |
| 10 Request: abe.png?precedingScript priority: Low | 8 Request: empty-script.js?preceded priority: Medium |
| 11 Request: empty-script.js?precededByImage priority: Medium | 9 Request: abe.png?precedingPreload priority: Low |
| 12 sendScriptRequestPrecededByPreloadedImage | 10 Request: empty-script.js?precededByPreload priority: High |
| 13 Request: abe.png?preloaded priority: Low | |
| 14 Request: empty-script.js?precededByPreloadedImage priority: High | |
| 15 Request: abe.png?followingPreload priority: Low | |
| 16 sendXHRSync | |
| 17 Request: empty.html?xhr-sync priority: VeryHigh | 11 Request: empty.html?xhr-sync priority: VeryHigh |
| 18 sendXHRAsync | |
| 19 Request: empty.html?xhr-async priority: High | 12 Request: empty.html?xhr-async priority: High |
| 20 sendImageRequest | 13 Request: abe.png priority: Low |
| 21 Request: abe.png?image priority: Low | 14 Request: style.css priority: VeryHigh |
| 22 sendStyleRequest | |
| 23 Request: style.css?style priority: VeryHigh | |
| 24 createIFrame | |
| 25 Request: empty.html?iframe priority: VeryHigh | 15 Request: empty.html?iframe priority: VeryHigh |
| 26 sendScriptsFromDocumentWriteAfterImage | |
| 27 Request: abe.png?precedingDocWrite priority: Low | |
| 28 Request: docwrite.js priority: Medium | |
| 29 Request: empty-script.js?docWritten-1 priority: High | |
| 30 Request: empty-script.js?docWritten-2 priority: High | |
| 31 Request: empty-script.js?docWritten-3 priority: High | |
| 32 | 16 |
| OLD | NEW |