YF-GoogleCodeBackups / https-finder

Automatically exported from code.google.com/p/https-finder
0 stars 0 forks source link

HTTPS Finder slows browser to a halt. #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After the latest firefox update (I'm not sure if https finder updated as well) 
after using the browser for a while pages begin to take forever to load.

I have linked the problem to https finder as it only occurs when it is enabled.

I am using FF 20.0 and https finder 0.85.

Another thing that I noticed was raising my `network.http.max-connections` 
value temporarily restored load time.  This leads me to believe you are leaking 
connections or automatically reopening connections (that would explain why 
pages slowly load).

Original issue reported on code.google.com by kevincox...@gmail.com on 13 Apr 2013 at 2:23

GoogleCodeExporter commented 8 years ago
Thanks for the report. I never got the FX20 compatibility report from Mozilla, 
but I've disabled the addon for this version due to other reports.

The good news is that HTTPS Finder shouldn't be causing these problems. Here's 
what happened: it's using deprecated E4X for XML processing (writing rules) 
https://developer.mozilla.org/en-US/docs/E4X. This was removed from FX20, so 
the extension never actually loads completely. I'll look into rewriting this in 
the next couple weeks so it's compatible again. 

Original comment by jacobsK...@gmail.com on 13 Apr 2013 at 5:24

GoogleCodeExporter commented 8 years ago
Okay, cool.  Thanks.

Original comment by kevincox...@gmail.com on 13 Apr 2013 at 5:26

GoogleCodeExporter commented 8 years ago
Updated version here: 
https://code.google.com/p/https-finder/downloads/detail?name=HttpsFinder087.xpi

Original comment by jacobsK...@gmail.com on 23 Apr 2013 at 4:28

GoogleCodeExporter commented 8 years ago
Cool, I expect this will be up on AMO soon?

Original comment by kevincox...@gmail.com on 23 Apr 2013 at 4:37

GoogleCodeExporter commented 8 years ago
I just uploaded to AMO. Review process takes a week or two, until then it's 
listed under the versions page 
(https://addons.mozilla.org/en-us/firefox/addon/https-finder/versions/).

Original comment by jacobsK...@gmail.com on 23 Apr 2013 at 7:35

GoogleCodeExporter commented 8 years ago
Opps, I missed it on the versions page.  Thank you.

Original comment by kevincox...@gmail.com on 23 Apr 2013 at 9:03