commit | f2c9b2c0b4e4e7df17ca0ff03311ea3f23cc2148 | [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 | 36eb0e481414e6a2f7874eea4dac11732f656b90 | |
parent | c5127603976b27475921ace59168d2b920219a8e [diff] | |
parent | 758bf410843724d31f4ab48e8d7dd6b7c1240f23 [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.