https://bugzilla.wikimedia.org/show_bug.cgi?id=45145

--- Comment #1 from Krinkle <krinklem...@gmail.com> ---
Just curious, what exactly is the "rest" of the page on EditAction after the
main <textarea> before </html>?

Afaik the output between those two points in the output are a straight forward
buffer output, no additional expensive or slow actions (e.g. "templates used"
is calculated before hand).

From EditPage::showEditForm:
- edit toolbar
- showTextbox1
- standard inputs
- edit tools
- templates used
- (hidden) categories

Also, the WikiEditor extension itself loads from the bottom queue, which is
asynchronous and doesn't block the document-ready event so basically everything
executes straight away already.

There is certainly room for optimisation, but it's not as simple as changing
the $(document).ready binding to something else.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to