Confirmed users
42
edits
m (minor updates) |
m (update test results for tiling prefs) |
||
Line 64: | Line 64: | ||
| network.http.speculative-parallel-limit || https://gist.github.com/18f72b4c30ec552cdb7cf17cce8febaa | | network.http.speculative-parallel-limit || https://gist.github.com/18f72b4c30ec552cdb7cf17cce8febaa | ||
|- | |- | ||
| layers.tile-width || https://gist.github.com/6e283306aad2113c8196b5d57201ba18 | | layers.tile-width || https://gist.github.com/6e283306aad2113c8196b5d57201ba18 https://gist.github.com/6f4dab3839d608351b36f1ade04ed85d | ||
|- | |- | ||
| network.http.spdy.default-concurrent || https://gist.github.com/4118e79b7a7ce3982747912913323130 | | network.http.spdy.default-concurrent || https://gist.github.com/4118e79b7a7ce3982747912913323130 | ||
Line 70: | Line 70: | ||
| dom.idle_period.throttled_length || https://gist.github.com/f2d0285587888c42a36bdecda967c4ee | | dom.idle_period.throttled_length || https://gist.github.com/f2d0285587888c42a36bdecda967c4ee | ||
|- | |- | ||
| layers.tile-height || https://gist.github.com/4e82e980238c740e4e9dd41e729c0e9f | | layers.tile-height || https://gist.github.com/4e82e980238c740e4e9dd41e729c0e9f https://gist.github.com/a0c1a090646504e35d6750d592a12c55 | ||
|- | |- | ||
| network.http.max-persistent-connections-per-server || https://gist.github.com/8994e522a9eb6dc4f7fe1c79320bd215 | | network.http.max-persistent-connections-per-server || https://gist.github.com/8994e522a9eb6dc4f7fe1c79320bd215 | ||
Line 91: | Line 91: | ||
** network.http.spdy.default-concurrent: for most test cases, there is no noteworthy performance difference in using non-default values. The only exception is 'test_firefox_gsheet_ail_clicktab_0', but the default value has contradictory results in mean and median compared to the other 2 tested values. | ** network.http.spdy.default-concurrent: for most test cases, there is no noteworthy performance difference in using non-default values. The only exception is 'test_firefox_gsheet_ail_clicktab_0', but the default value has contradictory results in mean and median compared to the other 2 tested values. | ||
** network.http.max-persistent-connections-per-server: for most test cases, there is no noteworthy performance difference in using non-default values. The only exception is 'test_firefox_gsheet_ail_clicktab_0', where 1 performs better than the default. | ** network.http.max-persistent-connections-per-server: for most test cases, there is no noteworthy performance difference in using non-default values. The only exception is 'test_firefox_gsheet_ail_clicktab_0', where 1 performs better than the default. | ||
** layers.tile-width, layers.tile-height: for most test cases, there is no noteworthy difference in using non-default values. For layers.tile-width, test case 'test_firefox_gsheet_ail_clicktab_0' has counter-intuitive results: using 256 (default) or 64 has much better performance than using 128, 512 or 768. In contrast, using different values for 'layers.tile-height' has more consistent and expected results, but the difference is marginal. Given that the results fall within a very wide range, it's hard to say that there is difference in this case. | |||
== Bugs == | == Bugs == |