<@U0KGK0BUN> Here is some feedback. I did some tes...
# javascript
g
@konsoletyper Here is some feedback. I did some tests with DCE, AMD modules, and the code of data2viz. A simple
println("Hello World")
results after DCE -> requirejs optimization -> http zip in a 10 Ko file. I find that very good. Adding a line
println(black)
using the previous colors we discussed, raise the size to 16 Ko. Removing lazy initializations gets it down to 13 Ko.👏🎉
👍 2
k
gaetan: Did you apply uglify.js?
10 Ko file is with kotlin.js or without? What is the whole bundle size?
g
The whole bundle size (with kotlin.js) is 54 Ko, but gzipped during the http transport results in 13 Ko.