williaster commented on issue #4727: [webpack] setup lazy loading for all 
visualizations
URL: 
https://github.com/apache/incubator-superset/pull/4727#issuecomment-395842807
 
 
   @mistercrunch re the same chunk for deckgl, I'm not sure that using the same 
chunk name is the best way to fix that given the options that the 
[SplitChunks](https://webpack.js.org/plugins/split-chunks-plugin/) plugin 
supports. For example you can specify a `minSize` criteria to be spun into a 
new chunk (default = `30kb`), `maxAsyncRequests`, or `maxInitialRequests`. 
   
   My inclination is that we should see what happens with this since it's 
already a big change, and then tweak the optimizations from there.
   
   Rebased on latest master just now and tried to test a lot myself locally. 
Will try to test on a staging box but if you could pull it and test more 
extensively with deck.gl that'd be super helpful! Unless we see any issues I 
think it's ready to merge!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to