Contract Software Engineer - Microsoft ·
How to make your JS code faster just adding some parenthesis?

Optimize-js I will not describe this tool a lot here, because it's already good done by author on github

I just want to mention that this tool wrap up all immediately-invoked functions or likely-to-be-invoked functions in parentheses what is do a great optimization a JavaScript file for faster initial execution and parsing (based on my experience).

The performance of application where I've introduced optimize-js improved on 20% in a common (tested in Chrome and IE11).

Why it happens?

Is it maintaining now? - Unfortunately, no (but feel free to send PR)

READ LESS
How to make your JS code faster just adding some parenthesis? (alfilatov.com)
3 upvotes·203.4K views
Avatar of Aleksandr Filatov

Aleksandr Filatov

Contract Software Engineer - Microsoft