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
Gatsby 4.14 removes most preloading of assets, because it turns out that it was affecting performance by interfering with the loading of more important assets like images. As well as the changes in Gatsby core, the update also removed all preload header handling from the Gatsby Cloud plugin. We should do the same.
The text was updated successfully, but these errors were encountered:
Agree. BTW, if I'm not mistaken, it is equivalent to set mergeLinkHeaders to false. If that's the case, all we have to do is change the default value of mergeLinkHeaders.
Uh oh!
There was an error while loading. Please reload this page.
Gatsby 4.14 removes most preloading of assets, because it turns out that it was affecting performance by interfering with the loading of more important assets like images. As well as the changes in Gatsby core, the update also removed all preload header handling from the Gatsby Cloud plugin. We should do the same.
The text was updated successfully, but these errors were encountered: