I am using Volley library in android.I run the same url in the browser and it returns in less than a second.I would like to know , how can optimize Volley?
Not clear on what is
I just answered this here : How to optimize network-queue-take in android Volley? (Volley Google IO 2013)
logSlowRequests just logs requests that are slow (over 3000ms), nothing more complicated there. network-http-complete is how long it takes to download the request and pass it off to the parser.