InfiPlex Template Tools Build Better Templates


JS Minify

After you have completed your template, it is a good idea to go back and minify all of your JavaScript code. You can use the compiler below to do this. Minifying your JavaSript will make your pages load faster and Google will like you more. You can reference Google's Minify Resources document for more information. You can use Google's PageSpeed Insights page or this site to analyze your site's loading speed.

Be sure to minify your CSS files as well.

Using the JS Compiler

  1. The compiler tool instructions and full page view can be accessed here. If you have any questions about the compiler, please read this page.
  2. Open the compiler and paste your JavaScript code into the textarea in the left column.
  3. Click the "Compile" to see the result
  4. Paste the new code into your JavaScript file. Note that you should save a copy of your un-compiled code to work from for future modifications.