a

Minify

Make your website smaller and faster to load by minifying the JS and CSS code. This minifier removes whitespace, strips comments, combines files, and optimizes/shortens a few common programming patterns.

Security and compliance

Minify Sencha ExtJs in Production

The main issue that I’ve encountered using SenchaExtJs in Production is the compressed JavaScript after using JSBuilder is still large. JSBuilder does a nice job of compressing and obfuscating, but the generated app-all.js is still too big, which means that the...