Actions
Feature #9710
openJavascript repository cache , e.g. jquery
Status:
New
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
There is a feature we would really like to see. More and more plugins use js libs, which make it happen that one site can have same lib loaded several times, in worst case with different versions.
Every js asset shall be registered in redmine repo cache and not get build into site and loaded by client again if already registered. This way e.g only one version and one instance of jquery (ui) would be loaded.
There is already an issue in chili, which esepcially hanlde this problem for jquery and prototype.
This js repo cahce will decrease loading time and reduce comptibility issues in redmine a lot and make plugin usage more stable.
Compatibility check for jQuery and Prototype availability is already done in chiliproject.
Actions