Earlier quoted context omitted.
Trouble is the amount of popular websites that simply don't care how long the page takes to load, 30 seconds would be acceptable to many as long as they get their advertising dollars. Users won't know who to blame. They might blame the site but they're just as likely to blame Firefox, Microsoft, their ISP or a virus. There needs to be a display saying "hey, this site is slow because it's tracking you in 15 different…
You're not thinking about this from a game theory perspective. Slow down pages -> more users bounce -> fewer ad impressions -> less ad revenue.
Firefox 57 delays requests to tracking domains
71–80 of 266 posts
Re: Firefox 57 delays requests to tracking domains
#72Interesting approach. I hope more browser vendors will adopt it. It comes with an additional advantage: if a website still needs to function when tracking domains are delayed a second or so, they likely will function too with said domain completely disabled (e.g. using extensions). Sounds like a win from a user perspective.
It's penalizing vendors who went through the trouble to make their scripts load asynchronously - which is done specifically to help page load performance. The worst offenders, who block the page with sync scripts, actually gain a competitive advantage from this change.
Re: Firefox 57 delays requests to tracking domains
#73Isn't it anti-net-neutrality? Is it ok to build it into a major browser? I actually block all the tracking, malware, ads, social networks, fraud, gambling, porn (except a couple of porn sites I like :-)) etc domains I could find information about but this is my personal conscious choice, I have manually installed extensions for this and built the lists. Shouldn't other people do the same themselves too if they choose…
Your browser is no longer imposed on you, so switching to Firefox IS doing that thing yourself.
Re: Firefox 57 delays requests to tracking domains
#74I work for an analytics company, this will affect my snippet – I don't think it is a big deal, but I'm going to benchmark it on a few sites. From what is described here, it may actually help us. When folks throw tons of tags into their site, we're all competing against each-other as well as the site's own loading – it makes sense to prioritize the site's rendering. I think of this as no more invasive than pre-caching…
Re: Firefox 57 delays requests to tracking domains
#75> Google’s A/B testing initially hides the whole web page with opacity: 0 Sounds like a violation of Google's own policies.
body {
animation: -amp-start 8s steps(1,end) 0s 1 normal both;
}
@keyframes -amp-start {
from { visibility: hidden; }
to { visibility: visible; }
}Re: Firefox 57 delays requests to tracking domains
#76Earlier quoted context omitted.
This shouldn't be up to the browser. He even notes edge cases where this performs unexpectedly -- unacceptable. If this is such an issue and can actually be a performance increase, then someone should release a script with the same functionality. Or optionally make it an opt-in option in settings.
It shouldn't be up to the browser to implement web standards? What should browsers be doing then?
Why downvote and no explanation? I want to know if I missed something.
Re: Firefox 57 delays requests to tracking domains
#77Isn't it anti-net-neutrality? Is it ok to build it into a major browser? I actually block all the tracking, malware, ads, social networks, fraud, gambling, porn (except a couple of porn sites I like :-)) etc domains I could find information about but this is my personal conscious choice, I have manually installed extensions for this and built the lists. Shouldn't other people do the same themselves too if they choose…
(Honest question, this is a very tricky area)
If Comcast decides to "block" 3rd party tracking and analytics content, would it be ok?
Re: Firefox 57 delays requests to tracking domains
#78I work for an analytics company, this will affect my snippet – I don't think it is a big deal, but I'm going to benchmark it on a few sites. From what is described here, it may actually help us. When folks throw tons of tags into their site, we're all competing against each-other as well as the site's own loading – it makes sense to prioritize the site's rendering. I think of this as no more invasive than pre-caching…
It's a grey area. But I am interested, do your ToS forbid your customers from on-sharing the data with cross-site aggregators?
Re: Firefox 57 delays requests to tracking domains
#79I work for an analytics company, this will affect my snippet – I don't think it is a big deal, but I'm going to benchmark it on a few sites. From what is described here, it may actually help us. When folks throw tons of tags into their site, we're all competing against each-other as well as the site's own loading – it makes sense to prioritize the site's rendering. I think of this as no more invasive than pre-caching…
His example page loaded 94 scripts, which he claimed was representative of many pages.
Re: Firefox 57 delays requests to tracking domains
#80Isn't it anti-net-neutrality? Is it ok to build it into a major browser? I actually block all the tracking, malware, ads, social networks, fraud, gambling, porn (except a couple of porn sites I like :-)) etc domains I could find information about but this is my personal conscious choice, I have manually installed extensions for this and built the lists. Shouldn't other people do the same themselves too if they choose…
That was my thought: should browsers be content gatekeepers? (Honest question, this is a very tricky area) If Comcast decides to "block" 3rd party tracking and analytics content, would it be ok?
by this argument ad-blockers violate net-neutrality.