Our blazing fast Grid component built with pure JavaScript


Post by Howard »

Hello,

A colleague of mine has tried to add the trial version of the new Gantt component to a Salesforce Lightning Web Component. Unfortunately salesforce cannot use the component as the file size is too big.

Looking at the 2mb gantt.module.js there seems to be some code obfuscation tool in use. Is this adding to the file size, and if so is this present in the none trial version?

Cheers

Post by pmiklashevich »

Hello,

The bundles of 1.0.0 release take:
gantt.module.js 4.1Mb
gantt.module.min.js 1.1Mb
gantt.umd.js 7.5Mb
gantt.umd.min.js 1.9Mb

whereas trial bundles take:
gantt.module.js 2Mb
gantt.umd.js 4.3Mb

Therefore obfuscation tool makes the bundles 2 times bigger roughly.

Cheers,
Pavel

Pavlo Miklashevych
Sr. Frontend Developer


Post by Maxim Gorkovsky »

Hello. With latest 4.0 release we announced experimental Lightning Locker support and added a demo showing how to use Bryntum products as Lightning Web Components. Please refer to examples/salesforce/README.md for more details.
Looking forward to your feedback.


Post Reply