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
Background
Current js bundle size of Ketcher is 6.5MB. It leads to long initial ketcher loading time.
Solution
It needs to run bundle analyser and investigate options to reduce bundle size. Result of this ticket should be a list of other tickets related to concrete actions.
The text was updated successfully, but these errors were encountered:
miew chunk - 1.2MB (loads on demand)
ketcher-standalone with full indigo - 260KB (loads in background after indigo without render module initialisation)
—- conclusion —-
47% of main bundle is occupied by the library. We need to split it to separate file and load in parallel with main bundle.
dependencies (node_modules) occupied ~15% of bundle size. We can split it into separate chunk.
Background
Current js bundle size of Ketcher is 6.5MB. It leads to long initial ketcher loading time.
Solution
It needs to run bundle analyser and investigate options to reduce bundle size. Result of this ticket should be a list of other tickets related to concrete actions.
The text was updated successfully, but these errors were encountered: