Skip to content

Commit

Permalink
some fake tbt
Browse files Browse the repository at this point in the history
  • Loading branch information
shsteimer committed Jan 28, 2025
1 parent 290ebbd commit eeb51cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ async function loadLazy(doc) {
* without impacting the user experience.
*/
function loadDelayed() {
scheduleTask(async () => import('./delayed.js'), { priority: 'background', delay: 1000 });
// scheduleTask(async () => import('./delayed.js'), { priority: 'background', delay: 1000 });
import('./delayed.js');
// load anything that can be postponed to the latest here
}

Expand Down

0 comments on commit eeb51cc

Please sign in to comment.