Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.3.1
-
Component/s: JavaScript
-
Labels:None
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE
-
Fixed Branches:MOODLE_23_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
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)
Attachments
Issue Links
- will help resolve
-
MDL-25292 get rid of old YUI2 includes on each page
-
- Closed
-