Actions
Bug #8195
closedAjax scripts double loading
Description
Scripts from an ajax call are being loaded twice instead of once. This adds unnecessary calls to the parsing.
Updated by krileon about 4 years ago
- % Done changed from 0 to 50
Header loading behavior just needs improved in general. Scripts should probably load into page head and remain cached there. This will prevent ANY further calls. So for example scrolling through media would load headers once then the following media wouldn't need to load anything except its rebinding JS.
Updated by krileon about 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Actions