#358 Optimize Template CSS and JS includes
Closed: Fixed None Opened 11 years ago by tflink.

= 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.

= enhancement recommendation =


Login to comment on this ticket.

Metadata