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
I successfully created Ketcher standalone mode plugin for Moodle 4.3 TinyMCE editor. I see the main##.js is about 20MB. Since my primary interest is drawing chemical structures, is it possible to load relevant chunk from the main.js. Something like <src="main.js?drawonly">
How does the 20MB file is loaded in slow network? Can somebody explain me?
thanks and regards
rV
The text was updated successfully, but these errors were encountered:
Currently ketcher standalone bundle size is about 20MB because it contains indigo wasm build which includes binary data.
We are currently working on separation binary part to different file and loading it asynchronously after ketcher initialization. (related indigo ticket epam/Indigo#877).
Also there is an option to use ketcher remote. The size of bundle there is 4.4MB currently. However you will need to run indigo remote somewhere on your environment.
Do you use gzip compression on your server side? It should reduce loading time significally.
I successfully created Ketcher standalone mode plugin for Moodle 4.3 TinyMCE editor. I see the main##.js is about 20MB. Since my primary interest is drawing chemical structures, is it possible to load relevant chunk from the main.js. Something like <src="main.js?drawonly">
How does the 20MB file is loaded in slow network? Can somebody explain me?
thanks and regards
rV
The text was updated successfully, but these errors were encountered: