Hacker News new | ask | show | jobs
by thesmallestcat 3566 days ago
I've been using both for a while, just uninstalled ABP on this news. Unfortunately, uBlock Origin adds several seconds to Firefox startup time.
5 comments

I though uBlock point was to be CPU/ram efficient ?

That's even what they show in the chrome/firefox store images, it doesn't make much sense to me that it adds several seconds to Firefox startup time

Am I missing something ?

I've found uBlock to be much faster than ABP
> Am I missing something ?

Be skeptical of claims which come with no technical details whatsoever to help you reproduce it?

While it's running it seems smooth and efficient, or at least not a bear like Ghostery. It's something with startup. Anyway, minor nit, it's a great extension.
How often are you restarting your browser that this would matter?
As often as I want.
> uBlock Origin adds several seconds to Firefox startup time

It loads quite fast on Firefox, see https://github.com/gorhill/uBlock/wiki/Launch-and-filter-lis... -- see "Setup time" graph, typically less than half a second on Firefox.

If that's happening, I doubt it's uBlock.
I've tested it, it is uBlock. Very fast boot when disabled, several seconds when enabled.
Have you thought about filing a bug report? gorhill (the author) is an active user on HN. I'm sure he would take a look if you provided some logs.
It looks like another addon was phoning home to a blocked resource. I should've tried more combinations first. The best thing I can think of is that it would be cool if uBlock reported when a call from another extension has been blocked.
> it would be cool if uBlock reported when a call from another extension has been blocked

That is the purpose of the built-in logger[1]. By default uBO is not setup to block other extensions' network requests, or those made by the browser itself, one has to configure it explicitly for this to happen[2].

1. https://github.com/gorhill/uBlock/wiki/The-logger

2. https://github.com/gorhill/uBlock/wiki/Behind-the-scene-netw...

Hm OK, must be something else then. Either way, uMatrix blows Ghostery away so this has been fortuitous.
That's bizarre! Have you tried disabling everything except uBlock and seeing if that persists? Maybe it's some kind of interaction with other addons causing the problem.
I think that's the next step, I've done things like this before but generally only to troubleshoot outright breakage caused by some addon. Thanks!
My pleasure, I wish you the best of luck with it.
Another user recommended uMatrix as a Ghostery replacement in this thread which I was trying out, and it looks like some Ghostery/uBlock interaction was to blame. My best guess is some Ghostery resource is correctly flagged by uBlock and that the delay I experienced was a request timeout or similar, from Ghostery.
Maybe it is interaction between it and another addon. I just removed and reinstalled all my addons last week and performance was dramatically increased.

Well, not all my addons - turns out though my Scriptish has been installed since Firefox 3 (now at 45), it wouldn't reinstall after removal for compatibility problems. Not sure why that wasn't automatically detected, and that may have been the performance issue

This is an interesting theory! The only scripting thing I have enabled is Greasemonkey, I'll have to experiment more with combinations.