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
Activity
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Ted Goddard [ ted.goddard ] |
Migration
made changes -
Fix Version/s | 1.2 Final [ 10371 ] |
Ted Goddard
made changes -
Fix Version/s | 1.2 EE [ 10372 ] | |
Fix Version/s | 1.2 Final [ 10371 ] |
Ted Goddard
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.3 Beta [ 10373 ] |
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.