Details
Description
When an ICEmobile application is first viewed, the page may take some time to load.
At JavaOne we saw very long load times for both the carousel and the preview image in mediacast. Also, the page load after a camera upload from ICEmobile-SX was very slow.
Issue Links
- depends on
-
PUSH-205 Optimization for mobile connection limitations
- Closed
If icepush.jar is removed from the mediacast application, performance on the iPhone increases dramatically. This step was prompted by earlier network analysis that showed the the GET request for a recent image added to the page is not made until the ICEpush noop returns. In other words, the Safari browser is using a small number of sockets (likely 2) for all network activity and any particular request can be randomly stalled behind the push blocking connection.