Reduce resources at page loading
Both
jquery.js
andjquery-1.8.2.min.js
seems to be included on each page.Also an empty
common_.css
is includedWe can also minify the js and css files.
Submitted by Elmer van Chastelet on 4 January 2013 at 16:12
Issue Log
Minify would be good if there would be an easy way back, however that is currently not the case, I would prefer cache
The import of
jquery-1.8.2.min.js
is in the auxiliary.app module and is used for the continuous loading feature of the roadmap page. Can probably be replaced by same functionality in jquery.js, but that should be checked.
No, we use
jquery-1.8.2.min.js
currently in WebDSLI haven’t seen this very include in action jet.
Fixed in commit: Updated refs to jquery.js to minified jquery-1.8.2.min.js
The common_.css currently gets included by default by WebDSL. WebDSL #637 would allow to override this behaviour.
Log in to post comments