Last modified: 2014-09-04 14:43:33 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T63700, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 61700 - Load all required js modules in one request
Load all required js modules in one request
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
Flow (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: performance
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-20 19:59 UTC by Erik Bernhardson
Modified: 2014-09-04 14:43 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Erik Bernhardson 2014-02-20 19:59:59 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.
Comment 1 Krinkle 2014-02-20 20:01:01 UTC
jquery.ui will remain in a separate request, enforced by ResourceLoader internally with cache fragmentation control groups. Don't worry about that one.
Comment 2 Matthias Mullie 2014-09-04 14:43:33 UTC
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)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links