Firefox's Optional Tracking Protection Reduces Load Time For News Sites By 44%
An anonymous reader writes: Former Mozilla software engineer Monica Chew and Computer Science researcher Georgios Kontaxis recently released a paper (PDF) that examines Firefox's optional Tracking Protection feature. The duo found that with Tracking Protection enabled, the Alexa top 200 news sites saw a 67.5 percent reduction in the number of HTTP cookies set. Furthermore, performance benefits included a 44 percent median reduction in page load time and 39 percent reduction in data usage.
I worked in e-commerce once. Our client had fifteen tracking pixels in the final page of the checkout process! It added a good 10 ~ 20 seconds to that page. That was on top of all the Adobe Omniture garbage.
I refused to pulled crazy triple shifts after I the Thanksgiving break and was let go. I was so glad. It was totally not worth it and unemployment felt awesome after all that rubbish.
Also, fuck TOMS shoes!
Add adblocking on top of that and you will double those numbers.
The advertising industry is ruining the internet.
Do not look at laser with remaining good eye.
Wow slashdot now loads faster!
I'm going to call complete bullshit on this.
Because disabling 3rd party cookies and setting cookies to "ask before setting" will probably also have the same effect, because once you hit a site you've said "no" to, you never get asked again.
This is saying "our awesome tracking protection is faster than promiscuously accepting all cookies and running scripts".
The slowness comes from letting 3rd party tracking sites set cookies and run scripts ... which modern browsers seem to treat as the default, or letting any crap set cookies or run scripts.
Their tracking protection isn't magic, it's just blocking crap. Some of which can be blocked by default anyway.
And it's a setting which Mozilla backed down on enabling by default because advertisers whined at them.
Lost at C:>. Found at C.
+ NoScript + Ghostery + AdBlock + Block 3rd Party Cookies
For Chrome: ScriptSafe + Chostery + HTTP SwitchBoard + Disconnect
The internet is full of shit which needs to be ruthlessly blocked.
Lost at C:>. Found at C.
I've already switched to Pale Moon, in part because Pale Moon loads sites much faster. I also benefit from reduced CPU usage, from about 60% to about 15%. Memory usage has also dropped, although less dramatically than CPU usage.
HELLO FIREFOX!! You started life being the leanest, meanest, most efficient browser in the world! It's time to get back to your roots!
"Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
+ NoScript + Ghostery + AdBlock + Block 3rd Party Cookies
For Chrome: ScriptSafe + Chostery + HTTP SwitchBoard + Disconnect
The internet is full of shit which needs to be ruthlessly blocked.
Safersurfing for persistent cookies not stored in the usual places.
The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
I had to look this up. For anyone else wondering: this is one of those hidden FIrefox features which is only available to people who know about it ahead of time, through the about:config interface. If you're one of those people who isn't in the club, the boolean you search for is "privacy.trackingprotection.enabled".
[Insert rant about FIrefox's god-awful UI and severely lacking menu system.]
Yes. I don't believe that you can block ALL Google stuff, but you can indeed block the GA servers. http://winhelp2002.mvps.org/ho... I'm to lazy to read all through it again, but I'm pretty sure that one blocks Google Analytics. If I'm wrong, you should be able to find one that does with a simple search.
"Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
True. I'd still like a fork that is DRM-free and doesn't advertise to me and a million other things. For those that want to enable it:
privacy.trackingprotection.enabled = true
Well, Wikipedia seems to work pretty fine without commercial ads (they do some fundraising sometime). And Open Streetmap seems to do fine, as are the plethora of services built upon it. Sometimes NGO:s and individuals do stuff and share it just because they want it done. Finding sponsorship or donations for the hosting fees are a minor problem then.
and Adblock plus is simply a front company that sells the right to place adverts in front of its users.
Not a problem; don't use ABP.
Use uBlock instead. As a bonus, it's much much faster and uses far less memory.
And under Firefox, don't forget to tweak your about:config:
dom.storage.enabled = false # DOM storage is cookies reborn
plugins.enumerable_names = "" # Useful for fingerprinting
network.http.sendRefererHeader = 0
network.http.sendSecureXSiteReferrer = false
geo.enabled=false
general.useragent.override = "???" # May not be worth it.
If you don't need them, WebGL and WebRTC are just big security holes:
webgl.disabled=true
media.peerconnection.enabled=false
Not privacy-related, but...
network.prefetch-next = false # Don't load pages without asking (esp. at work)
network.http.pipelining = true # Improve load performance.
-1, Too Many Layers Of Abstraction
Ghostery is awesome. I was a longtime AdBlock Plus user but I switched to uBlock based on a recommendation from a bigger nerd than I am, and I have found uBlock to be better in all the claimed ways. Check it out.