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.
Actions
Added by krileon over 4 years ago. Updated almost 4 years ago.
Description
Scripts from an ajax call are being loaded twice instead of once. This adds unnecessary calls to the parsing.
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.