Shing Lyu from our Taipei Layout team reports a 25% page load improvement
in Servo from moving to a hashtable lookup from an iterator search of the
public suffix list ( https://publicsuffix.org/ )

Should Gecko do the same thing and replace our binary search method?
https://dxr.mozilla.org/mozilla-central/source/security/manager/ssl/nsSiteSecurityService.cpp#917

--Jet

---------- Forwarded message ----------
From: Shing Lyu <s...@mozilla.com>
Date: Thu, Jun 23, 2016 at 7:44 PM
Subject: [dev-servo] 25% Improvement in page load time!
To: dev-servo <dev-se...@lists.mozilla.org>


Hi all,

Last week, we found that our average page loading time test has a 25%
improvement. After carefully bisecting the commits, we found that PR #11513
(https://github.com/servo/servo/pull/11513) by fduraffourg is the one that
makes the big difference! Good job!


​
As you can see in the graph, around Jun 10, there is a big drop in average
page loading time (in ms). The yellow line underneath is the average page
loading time for Gecko.

A side note about the page loading test: I started building the test
framework back in April, you can find the tracking bug here:
https://github.com/servo/servo/issues/10452
. If you are interested in contributing to this performance framework, feel
free to grab a bug from https://github.com/shinglyu/servo-perf/issues

You can also see a live graph here
<
https://treeherder.allizom.org/perf.html#/graphs?timerange=2592000&series=[servo,fa13b4451149bf7a5cc1361e22154f5165ec3734,1,8]&series=[servo,1e657115c9bc80a8400875ebc0e0c97402899f67,1,8]&series=[servo,0f0b217962ea5748c137d0c5927bd85c28ec2661,1,8]&series=[servo,8bf74f1cf43a3628d242086847b2048444d1a55a,1,8]&series=[servo,9241bc5d3b8170dcaa8efaa06c972fbae9334772,1,8]
>
.

Best,
 - Shing Lyu | Mozilla Taipei
_______________________________________________
dev-servo mailing list
dev-se...@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to