JavaScript management, combining, and minification (7)
Interface available through the Theme Manager that allows you to manage JavaScript files. Basically will allow you to combine multiple JavaScript files into "packages" that will be minified before they are served. There are several benefits to this, among them being smaller JavaScript file sizes and less additional resource requests.
(Minification is the process by which a JavaScript file's variable names are shortened and unnecessary whitespace is removed.)
0
-
Ideally, at some point we will want to make sure this is also served over a compressed protocol such as gzip or deflate. Getting those files combined into at least one file is a big first step toward that goal. 0 -
Has this really not been done yet? Eek. What is the tool that would remove white space from the html and css as well, if not this one? 0 -
Chris, if you can make time for this: How much (approximately) would this limit bandwidth usage, thus, pageload times? Is there anything else that would be more helpful? I would consider giving this all of my votes. 0
Please sign in to leave a comment.
Comments
3 comments