ResponseBody给String非常慢

将我的OkHttp3 ResponseBody对象转换为字符串需要8秒(在模拟器上,在真实设备上,速度慢但速度慢)。 这太慢了。 我能加快速度吗?

val time = System.currentTimeMillis() android.util.Log.i("start=", "") val body = result.body()?.string() android.util.Log.i("end=", "" + (System.currentTimeMillis()-time)) 

这是有效载荷: http : //jimclermonts.nl/interpolis/json