Does anyone have experience in using ProGuard and are there already measurements about application performance beyond the class loading time?
I have a fairly complex application that could need a boost, but preparing it for ProGuard would take a few days, so I would like to hear some opinions before.
The main benefit, from our experience, is that it can protect your intellectual rights. In terms of class loading time, we are not necessarily seeing any benefit and if so is negligible.
One other thing is we have seen issues where it can affect your code negatively. Certainly, retest your application after using ProGuard.