Ticket #888 (closed defect: fixed)
Optimizing Resource Used by Every Page
| Reported by: | mastermindsro | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | Dolphin 8.0 (Sundance) |
| Keywords: | resource optimizing ammount | Cc: |
Description
We really need to reduce the ammount of ressources every page uses. For example the "Report Spam" confirmation window (pop-up) uses 384kb of data.. 76kb of this are used for "styling" this pop-up and 222kb of javascript are loaded for.. I can't think of any reason why they are loaded into this window..
Change History
Note: See
TracTickets for help on using
tickets.
What we need is to load only the lines of style and javascript we need only for the window we open.. What we need is a fragmentation of style and javascript..