I’ve done some more testing–on 4 different devices, loading the URL in the web browser is fast.
With the Nook Tablet an Kindle Fire, the time to submit the request is very large (8-16s from the network.request() call to the point where the request is logged on the server).
Here are the results:
network.request()
Nook Tablet: 10-16s before the request is sent
Nook HD: <1s to send the request
Kindle Fire: 8-12s before the request is sent
Kindle Fire HD: <1s to send the request
Loading the URL via a browser consistently gets <1s for the request & response on all 4 devices
Does anyone have any idea what might be causing the slowdown on the order devices? My current test app is little more than the AsyncHTTP demo app except that I am calling a different URL.
Is it possible that there is some different ssl cipher negotiation in network.request() compared to what the web browsers use? Could this be impacting performance on the older devices?
[import]uid: 14461 topic_id: 36061 reply_id: 143425[/import]