Optimizing Volley

前端 未结 3 560
温柔的废话
温柔的废话 2021-02-09 06:05

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

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-09 06:56

    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.

提交回复
热议问题