User "Catrope" changed the status of MediaWiki.r86958. Old Status: new New Status: ok
Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/86958#c0 Commit summary: Selectors go from right to left. Starting with a generic 'a' is kind of slow. Also loses the advantage of an id-selector. * Optimizing by selecting the ID seperately (very fast) and doing a find() within that context (also caching pCactions ). * while at it: - caching selector - aliasing $ to jQuery locally - Shorthand dom-ready (Follow-up r86861) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
