You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking https://pagespeed.web.dev/ I get an warning which delays my Total time blocking about 0.15 seconds:
Avoid serving legacy JavaScript to modern browsers - 0.15 s
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code delivered to modern browsers, while retaining support for legacy browsers. Learn more TBT
And it's caused by: Array.prototype.forEach
The text was updated successfully, but these errors were encountered:
When checking https://pagespeed.web.dev/ I get an warning which delays my Total time blocking about 0.15 seconds:
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code delivered to modern browsers, while retaining support for legacy browsers. Learn more TBT
And it's caused by: Array.prototype.forEach
The text was updated successfully, but these errors were encountered: