Decrease the amount of CSS and JS loaded per page
Bug #622813 reported by
Paul Everitt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KARL3 |
Fix Released
|
Low
|
Balazs Ree |
Bug Description
We currently load TinyMCE, jQuery Tools, and possibly some other libraries on all pages, even if they aren't needed. Even though we don't pay a network retrieval price, we pay an eval price.
Find a way to take some of the <script> and even <link> and load only when needed. Do so on the tinymce branch, but after this week.
Resist the urge to rewrite calendar to not use jQuery Tools. But, find out if anything else uses it besides the calendar, then perhaps only load it on things that use it.
Changed in karl3: | |
status: | New → In Progress |
Changed in karl3: | |
milestone: | m48 → m49 |
To post a comment you must log in.
Since we'll probably tag today for a production update tomorrow, let's move this to next week to keep the trunk stable.