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
Our main bundle size is currently around 7MB. This is very large and can lead to slow loading times (both due to network and parsing js). We should work to significantly decrease its size. Here's a collection of things that should be done
Load Monaco on demand: Monaco is by far the largest part of our bundle. There's a library called ngx-monaco-editor-v2 that loads Monaco on demand, when we actually need it.
Our main bundle size is currently around 7MB. This is very large and can lead to slow loading times (both due to network and parsing js). We should work to significantly decrease its size. Here's a collection of things that should be done
ngx-monaco-editor-v2
that loads Monaco on demand, when we actually need it.The text was updated successfully, but these errors were encountered: