{ "id": "82144", "key": "TIMOB-5927", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "14700", "description": "2012 Sprint 25", "name": "2012 Sprint 25", "archived": true, "released": true, "releaseDate": "2012-12-17" }, { "id": "14699", "description": "2012 Sprint 25 Core", "name": "2012 Sprint 25 Core", "archived": true, "released": true, "releaseDate": "2012-12-17" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2012-12-04T23:58:15.000+0000", "created": "2011-10-31T09:05:58.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "core", "insight" ], "versions": [ { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" }, { "id": "11971", "description": "iOS5 and select Android fixes", "name": "Release 1.7.3", "archived": true, "released": true, "releaseDate": "2011-10-18" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-29T20:21:40.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h5.Problem\r\nHTTPs calls are too slow on android on small file (regardless GZIP use)\r\n\r\nThe response time is up to 24 secs meanwhile iOS is 1 sec.\r\n\r\nh6.Testing File is attached\r\ntestJson.jsp\r\n\r\nh6.Tested on \r\nLG Ally android 2.2 & iOS 4.3\r\n\r\n\r\nh5.Associated HD ticket\r\nAPP-435854", "attachment": [ { "id": "23954", "filename": "testJson.jsp", "author": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-10-31T09:05:58.000+0000", "size": 4918, "mimeType": "application/octet-stream" } ], "flagged": false, "summary": "Android: HttpClient calls too slow", "creator": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Product: Mobile\r\nTitanium SDK: Mobile 1.7.2\r\nPlatform OS: Android\r\nPlatform OS Version: 2.3.3 ", "comment": { "comments": [ { "id": "170971", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I've tested with your snippet and am able to reproduce it I'm getting the following results:\r\n\r\nFile on their server:\r\n\r\nOn Mac:\r\n~1000ms (very small file, gzip makes little difference.)\r\n\r\nOn DroidX (wifi)\r\n~11000ms\r\n\r\n \r\nI also tested by putting URL to my phone's browser, and it takes roughly the same amount of time to process. It would seem that the handshaking is most time-intensive when connecting to ssl server.", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-31T15:35:27.000+0000", "updated": "2011-10-31T17:10:34.000+0000" }, { "id": "198889", "author": { "name": "max", "key": "max", "displayName": "process", "active": true, "timeZone": "Europe/Paris" }, "body": "same on Titanium mobile sdk 1.8.2", "updateAuthor": { "name": "max", "key": "max", "displayName": "process", "active": true, "timeZone": "Europe/Paris" }, "created": "2012-06-18T07:09:07.000+0000", "updated": "2012-06-18T07:09:07.000+0000" }, { "id": "198890", "author": { "name": "max", "key": "max", "displayName": "process", "active": true, "timeZone": "Europe/Paris" }, "body": "... and android 3.1", "updateAuthor": { "name": "max", "key": "max", "displayName": "process", "active": true, "timeZone": "Europe/Paris" }, "created": "2012-06-18T07:13:46.000+0000", "updated": "2012-06-18T07:13:46.000+0000" }, { "id": "229998", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I've tried this on both Android and iOS emulators. Using shak's test case, the first request without GZIP always takes a little longer (up to 1300ms for android and 850ms for iOS). However, all subsequent request take around 300ms on both platforms. When trying to GZIP, the request takes ~200ms on android and ~300ms on iOS.\n\nThe difference isn't a 24x difference as mentioned in the bug. Going to mark this as cannot reproduce until we get a better test case.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-04T23:57:59.000+0000", "updated": "2012-12-04T23:57:59.000+0000" }, { "id": "416238", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as \"Cannot Reproduce\" with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-29T20:21:40.000+0000", "updated": "2017-03-29T20:21:40.000+0000" } ], "maxResults": 11, "total": 11, "startAt": 0 } } }