DEV Community

Discussion on: Build Angular Like An Architect (Part 1)

Collapse
 
ganqqwerty profile image
Yuri Katkov

Oh man, such a pile of crotches so far... Thanks for putting it all together. Also I have a question: did you notice the performance increase on scripting time when you applied Closure compilation?

Collapse
 
steveblue profile image
Stephen Belovarich • Edited

It depends on the complexity of the app. It's not so easy to code split an application in order to lazy load with closure compiler, but it is possible. No matter what build I've thrown at closure, it always outperforms other tools, even if its only 5%-10% size reduction. 10% size reduction for the bundle can go a long way for some users on mobile.