We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006a721 commit a50dbd5Copy full SHA for a50dbd5
scripts/scripts.js
@@ -151,7 +151,7 @@ async function loadLazy(doc) {
151
* without impacting the user experience.
152
*/
153
function loadDelayed() {
154
- scheduleTask(async () => import('./delayed.js'), { priority: 'background' });
+ scheduleTask(async () => import('./delayed.js'), { priority: 'background', delay: 1000 });
155
// load anything that can be postponed to the latest here
156
}
157
0 commit comments