-
Bug
-
Resolution: Fixed
-
Minor
-
2.3
-
None
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
Whilst looking at javascript included I noticed that even on plain moodle page there were some yui2 requirements which are not necessary.
- yui2 logger - we dont need this on every load YAHOO.log
- yui2-connection on user_preference_allow_ajax_update. user preference update now uses yui3 so this is not required
By removing these uncessary requirements we shave 10ms off javascript loading (on my fast machine, even little helps)
- will help resolve
-
MDL-25292 get rid of old YUI2 includes on each page
-
- Closed
-