Disable "missing-chunks auto reload"

To confirm if this is causing "6636 Slow Embed".  Most likely it is.
This commit is contained in:
infinite-persistence 2021-07-22 23:55:49 +08:00 committed by zeppi
parent c88be93061
commit 04a67c6ca2

View file

@ -25,7 +25,8 @@ export const lazyImport = (componentImport) =>
if (localStorageAvailable) {
window.localStorage.setItem('page-has-been-force-refreshed', 'true');
}
return window.location.reload();
// -- Disable the auto-reload behavior for now to confirm "#6636 Slow embed" issue
// return window.location.reload();
}
// If it still didn't work, then relay the error.