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
As https://www.gatsbyjs.com/docs/how-code-splitting-works/ explains Gatsby supports and does code-splitting by default. If you further want to remove expensive parts from the initial bundle you can lazy-load those pieces. For example with loadable-components or React.lazy().
We're marking this issue as answered and closing it for now but please feel free to comment here if you would like to continue this discussion. We also recommend heading over to our communities if you have questions that are not bug reports or feature requests. We hope we managed to help and thank you for using Gatsby!
Currently I am building up a website using Gatsby and I need to optimize the performance in mobile devices.
I want to minimize the main thread work, but code split is not supported in Gatsby.
Look forward to your support.
Thanks
The text was updated successfully, but these errors were encountered: