<div dir="ltr">> It's suspicious to me that the parser is almost exactly twice as fast in<div>> Chrome as it is in Firefox.  But either way, Mike and I are hacking<br><div>> today on a way to fix these problematic slowdowns at browser load time.</div>

<div><br></div><div>You might be interested in the SQLite branch I emailed about last week. I think it's in</div><div>pretty good shape, so I made a pull request:</div><div><br></div><div><a href="https://github.com/EFForg/https-everywhere/pull/90/files">https://github.com/EFForg/https-everywhere/pull/90/files</a><br>

</div></div><div><br></div><div>This speeds up Firefox load time dramatically. The main issue is that we hit the DB</div><div>synchronously on some resource loads. But we only do this once per target per</div><div>browser lifetime, and only when we know there is a rule for that target.</div>

<div><br></div><div>Also you might be interested in this issue: "HTTPSRules.init gets called three times during Firefox startup."</div><div><br></div><div><a href="https://github.com/EFForg/https-everywhere/issues/84">https://github.com/EFForg/https-everywhere/issues/84</a><br>

</div></div>