Disable "missing-chunks auto reload"
To confirm if this is causing "6636 Slow Embed". Most likely it is.
This commit is contained in:
parent
c88be93061
commit
04a67c6ca2
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export const lazyImport = (componentImport) =>
|
||||||
if (localStorageAvailable) {
|
if (localStorageAvailable) {
|
||||||
window.localStorage.setItem('page-has-been-force-refreshed', 'true');
|
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.
|
// If it still didn't work, then relay the error.
|
||||||
|
|
Loading…
Reference in a new issue