luigi icon indicating copy to clipboard operation
luigi copied to clipboard

reduce bundle-size

Open hardl opened this issue 3 years ago • 2 comments

investigate if and how the bundle size of luigi.js and .css can be reduced.

Not in scope: IE11 bundles.

starting point:

PASS  ./public/luigi.js: 568.73KB < maxSize 600KB (no compression) 

 PASS  ./public/luigi.css: 573.21KB < maxSize 600KB (no compression) 

 PASS  ./public-ie11/luigi-ie11.js: 781.5KB < maxSize 799KB (no compression) 

 PASS  ./public-ie11/luigi-ie11.css: 573.69KB < maxSize 600KB (no compression) 

hardl avatar Jul 05 '21 08:07 hardl

message obj for init and specialIframes in App.html and context update in iframe.js could be in one function.. it's the same code

-> Update: We don't win anything....discussed with Philipp

JohannesDoberer avatar Sep 03 '21 13:09 JohannesDoberer

we have two functions replaceVars in genericHelpers and iframeHelpers.. maybe they do the same https://github.com/SAP/luigi/pull/2295

JohannesDoberer avatar Sep 03 '21 13:09 JohannesDoberer