#17 Optimize Template CSS and JS includes
Closed: Fixed 5 years ago by frantisekz. Opened 10 years ago by mkrizek.

Moved from trac [[ https://fedorahosted.org/fedora-qa/ticket/358 | https://fedorahosted.org/fedora-qa/ticket/358 ]]:
"Problem
The current templates have a single set of js and css which are loaded for every page - this includes large libraries like jquery and d3.js. This is not needed and the template setup could be improved such that only the required libraries and css are loaded on each page.

Analysis
The templates are already using a separate js/css includes section - it might need a bit more tweaking but the tools are already there. "


Metadata Update from @frantisekz:
- Issue assigned to frantisekz

5 years ago

It's already fixed in the current codebase.

jQuery is now loaded everywhere (because of some bootstrap components). D3 is loaded only when needed.

Metadata Update from @frantisekz:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata