On Tue, Sep 2, 2014 at 11:29 AM, stephanos <[email protected]> wrote:

> I was just wondering if it is worthwhile to reduce our Java app's
> dependency size by using ProGuard.
>
> Did you observe an effect to the startup time with ProGuard?
>


Yes, depending on the application.

Some of my larger applications (that included a ton of external libraries
for speaking with other web services, frameworks, etc) benefited quite a
bit since some unused code could be cut out. But certain applications that
used very few libraries or were smaller in scale saw very minimal to no
difference in startup time.

-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to