Description | Eval time is high on some of our larger files. It may be worth attempting to minify source files on non-debug builds, not to improve space efficiency but to reduce the time it takes Chromium to evaluate and run the JS. With some rudimentary testing on a library with a compressed and non compressed version (three.js), the non compressed version took up to 2x the time to load (~80ms vs ~40ms). Some future testing would have to be done to identify whether minifying our source files would actually improve load times. |
---|