Issue metadata
Sign in to add a comment
|
easy_unlock: minify html/js/css resources |
||||||||||||||||||||||
Issue descriptioncan we run easy unlock's js/css files through closure-compiler or something ? looks like we can shave off 500k from these guys somewhat easily. easy_unlock_background.js & easy_unlock_pairing.js are 4MB by themselves.
,
Aug 3 2017
The easy_unlock_background.js & easy_unlock_pairing.js files are generated by the closure-compiler. I think the large number of dependencies make them quite large. However, for EasyUnlock v2, we are switching over to native code, so we can pretty much delete the entirety of easy_unlock_background.js. I've filed this work in bug 724711 .
,
Aug 3 2017
iirc, the 500k # i came up with running closure-compiler across the files using the minimization mode
,
Aug 3 2017
Ah, in that case, I'll double check the compiler options we're using to generate these files. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by tbarzic@chromium.org
, Jan 10 2017Owner: tengs@chromium.org