Allura has a jquery-base.js that includes jquery, jquery-ui and a few other little helpers all in one file. The jquery UI build has a lot of components, and the total file is 332K. Without jquery ui, it is 98K.
We should determine what jquery ui components are needed and make a new build with just that. Additionally, we should only include the jquery ui file on the pages that need it.
db/8145
test with
debug=False
in .ini so that css/js compression kicks in (may affect some things, like CSS paths tobackground-image
s)Places to test:
Last edit: Dave Brondsema 2017-02-14
Looks good, merged.