Optimizations

Strategies to use when optimizing your document output

Optimization options

The following content explains optimizations for javascript output that you can use when configuring the Apache Royale compiler directly or by using doc-comment directives in your ActionScript code.
Many settings have corresponding approaches between the over-arching compiler level influence of compilation settings and those with more specificity at the code level, so to avoid repetition, it is recommended that you get familiar with the Compiler settings first.

Minification What options you have for minifying your app for release and considerations when customizing the minified output.

Compiler Configuration Settings These are settings that affect the output of the current compilation based on compiler configuration settings.

Doc-Comment Compiler Directives These are settings that affect the output of the current compilation by using doc-comment compiler directives in your actionscript code.