Expand my Community achievements bar.

SOLVED

Minify Code

Avatar

Level 6

Does anyone know if code can be minified in DTM. I have a bunch of plugins that load on page load and wanted to see about minifying them for smaller page load footprint.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Scott,

Most of the DTM library is minified. I believe the only parts that aren't are any custom code you've entered. I believe this is to avoid any issues caused by minification. You'd likely need to minify it before it was placed in DTM if you wanted the custom code to be minified.

Thanks,
Jantzen

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Scott,

Most of the DTM library is minified. I believe the only parts that aren't are any custom code you've entered. I believe this is to avoid any issues caused by minification. You'd likely need to minify it before it was placed in DTM if you wanted the custom code to be minified.

Thanks,
Jantzen

Avatar

Level 10

Hi Scott,

Adding onto the Jantzen's reply , you can also use the code Minification tools :5 Excellent JavaScript Minification Tools to Improve your Code’s Performance  to minify the custom code before it is placed in DTM.

Regards

Parit Mittal