So I'm curious what you all think about enabling
com.sun.faces.externalizeJavaScript by default.
If enabled:
- The default commandLink renderer will render an external script
reference for the commandLink JS
instead of inlining in the page
- A PL will be inserted into the lifecycle to intercept the external
JS request and serve the bytes
(caching headers are set, so the browser shouldn't be requesting
said bytes repeatedly)