Last modified: 2014-09-04 14:43:33 UTC
Flow is currently making multiple requests for javascript on a board page load: - ext.flow.editors.none - jquery.ui.core - ext.flow.base, discussion.editor.parsoid, jquery.scroll - ext.flow.header - mediawiki.ui.button The ones related to the editor will be delt with in 61691, the rest should be combined into a single initial request.
jquery.ui will remain in a separate request, enforced by ResourceLoader internally with cache fragmentation control groups. Don't worry about that one.
All flow-related JS is now in ext.flow.new (since frontend-rewrite) (Apart from ext.flow.editor & ext.flow.editors.*, which are loaded independently - see patch 61691)