Harbs commented on issue #641: Fix PAYG violations and code debt URL: https://github.com/apache/royale-asjs/issues/641#issuecomment-570501098 Interesting data point: The original Flash app was 1.5MB with a module that's 395KB. The HTML app has way more code (it has a complete text engine which replaces FTE) and even with this, the total size of the swfs compared to the gzipped HTML is 2.8 times the size. So while I needed to use modules in the Flash app to speed up the loading, in the HTML app, there's really no need for that. If we can improve the `@exports`, using modules might actually degrade the downloading experience.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
