Closed ghost closed 5 years ago
in my ff 67 have an bug, if I open 10 sites for instance, my cpu go to 100% and do not back, locked in 100%, disable the addon, solved!
If I understand your feature suggestion correctly, installing both HTTPZ and HTTPS Everywhere should already achieve that behavior.
As for your second comment: this extension does not perform any kind of CPU-intensive tasks, so I don't have any idea of what could be causing what you describe (assuming I understand). Please, open a new issue and provide detailed steps to reproduce your problem.
HTTPZ and HTTPS Everywhere can work together perfectly, for instance HTTPZ can't TRY HTTP before the HTTPS Everywhere action?
About CPU, I just enable the plugin, if open for instance 10 tabs, my cpu go to 100% and still in 100%, if I disable the plugin, fix!
HTTPZ and HTTPS Everywhere can work together perfectly, for instance HTTPZ can't TRY HTTP before the HTTPS Everywhere action?
I did not confirm this myself (which is why I do not go out of my way to advertise HTTPZ as compatible with HTTPS Everywhere), but the mandatory use of WebExtensions APIs and my experience with them allow me to make predictions without actually testing this particular combination. To elaborate:
onBeforeRequest
event handlers fire in order (pretty sure it's the extensions' install order)
onBeforeRequest
event handlers fire in order...
About CPU, I just enable the plugin, if open for instance 10 tabs, my cpu go to 100% and still in 100%, if I disable the plugin, fix!
Well, I've never seen that behavior myself, and I can't imagine what could be causing that on your end because, as stated above, HTTPZ does not perform any kind of CPU-intensive tasks that could lead to that.
If you want me to look into that, you're going to have to be more specific. What version of HTTPZ are you using? have you tested this in a brand new profile to make sure the problem comes from HTTPZ and not from somewhere else? did you check about:performance
to confirm the one hogging your CPU is HTTPZ? did you load the 10 sites sequentially or simultaneously? if you loaded them at the same time, how exactly did you do that? does the problem occur no matter which sites you try to load? are you sure the problem is not caused by one of those sites instead?
I mean, without more info, there is nothing for me to do. Also, if you finally decide to provide some more info, please do so in a new issue, as requested. Thanks in advance.
ok , thanks , I can do this tests
I think is good, add an feature to use HTTPS Everywhere database, so, if the site is on db, do not TRY HTTPS, if isn't on db, then TRY, this feature can be optional, and db can be auto updated like HTTPS Everywhere. What you think?