commit | 834d968557bdd6aeadb953b1d9a75c600f503f9d | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 12 09:27:01 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 12 09:27:01 2009 -0700 |
tree | ce61784ef50667d4fabfb233fe1bd5c669b09b54 | |
parent | 991ac9e1d9c1bc3d45b4e02d28e3151d5ec16af6 [diff] | |
parent | f979875971c1c9a15eb3559858ad324165af911a [diff] |
Merge change 20706 * changes: Improve Browser performance by 1-2%. To address domain sanity bug, http://b/issue?id=1022797, we decoded/encoded the url for each request. As the url can be long, getBytes() and String.init are taking 1.5% in nytimes.com and 2.4% in cnn.com. By doing a simple URL encoding test, we can shave 1-2 secs thread time during loading.