Our pure JavaScript Scheduler component


Post by indumati.raghumajji »

Hi Team,

We observed that latest scheduler file is around 8 MB.
We observed a lot of code is commented.
Since this is hard to use in browser while debugging and it takes time to load.

Is there any lite version available to use?

Thanks,
Indu


Post by mats »

You are using the trial, right? It's 2x the size due to obfuscation.


Post by indumati.raghumajji »

We have bought the EUL and even that is very large file.(8MB) I assume it is same for OEM license too.
We want to clear this out before going for OEM.

  1. How large is OEM scheduler file(umd)?
  2. Is there any build steps available to reduce current size?

Thanks,
Indu


Post by sergey.maltsev »

Hi!

These are the sizes for scheduler bundles.
scheduler.umd.js (~ 8Mb)
scheduler.umd.min.js (~ 1.5Mb)

scheduler.module.js (~ 3.5Mb)
scheduler.module.min.js (~ 1Mb)

Also you could build your own bundle from sources.
We have examples/custom-build demo which shows it.


Post Reply