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
However most of it is the dependency on ol (for the map) as far as I know.
The site is definitely not slow even with the big bundle. It's cached. But we could still try to 1) reduce the size 2) split the big dependencies into other bundles? Like only load ol once the r4-map component is connected. But don't know how that would work.
The text was updated successfully, but these errors were encountered:
Tried using the manualChunks feature of Rollup to split up the big ones. Not sure what effect it would have on performance in the end, or when the chunks are loaded.
Our JavaScript for the components is 1.5mb. Considering we don't even have a framework™️ it's a lot.
However most of it is the dependency on
ol
(for the map) as far as I know.The site is definitely not slow even with the big bundle. It's cached. But we could still try to 1) reduce the size 2) split the big dependencies into other bundles? Like only load
ol
once the r4-map component is connected. But don't know how that would work.The text was updated successfully, but these errors were encountered: