In this post, we’ll go into the weeds on the Earth Engine module importing system to answer the question, does minifying source code speed up imports? Quick answer? A little bit, but there’s another bottleneck that makes file size almost irrelevant. What is Minifying? In web development, source code files are usually minified before they’re distributed, removing comments and extra whitespace in order to compress file sizes and speed up page loading.