How to waste bandwidth, battery power, and annoy sysadmins
Web browsers' excessive requests waste bandwidth and drain battery. Firefox for iOS' flawed link requests, especially for favicons, strain servers inefficiently. Users are cautioned about negative impacts, stressing efficient browsing.
Read original articleThe article discusses the issue of web browsers making excessive and unnecessary requests, leading to wasted bandwidth, drained battery power, and annoyance for system administrators. It highlights a specific case where Firefox for iOS repeatedly requests the same links, including the favicon, in a flawed manner, causing unnecessary strain on web servers. The author criticizes the behavior of the browser and points out the inefficiency of the requests, particularly focusing on the peculiar way Firefox for iOS handles the favicon request. The article warns users about the negative impact of such behavior and emphasizes the importance of efficient web browsing practices.
Related
Leaking URLs to the Clown
The author describes leaking URLs during Mac app testing, with a unique URL receiving requests from a random "cloud" service every three hours. This raises privacy concerns and highlights potential risks for users.
Firefox 3rd Party Installer Campaign – Mozilla Community Portal
Mozilla launches a campaign to investigate unofficial Firefox download sources for security risks and outdated versions. Participants report findings to enhance user security and experience. Campaign runs from June 14 to July 14, 2024.
I Add 3-25 Seconds of Latency to Every Page I Visit (2020)
Reducing latency in web browsing can boost revenue in the consumer web industry. Intentionally adding latency to browsing activities can help curb addiction and enhance control over internet usage. Various methods like using specific browsers or tools are suggested.
A scathing critique of 'brand safe' influencers [video]
The YouTube video discusses advocating for accountability from manufacturers for design flaws, focusing on Apple's sustainability claims. It criticizes Apple for unresolved issues in devices like the iPhone 6. Proposed solution: underfill for durability.
Windows: Insecure by Design
Ongoing security issues in Microsoft Windows include vulnerabilities like CVE-2024-30080 and CVE-2024-30078, criticized for potential remote code execution. Concerns raised about privacy with Recall feature, Windows 11 setup, and OneDrive integration. Advocacy for Linux desktops due to security and privacy frustrations.
Basically Firefox loaded favicons 4x the number of tabs opened to that website. It would do this every time I opened or closed any tab.
https://aggressivelyparaphrasing.me/2022/12/12/why-does-my-l...
It was resolved a while back so maybe it’s similar symptoms but different root cause, or maybe it’s people using older versions?
[1] https://github.com/mozilla-mobile/firefox-ios/issues/12113
Firefox on android is amazing with its plugin support, though I still prefer their pre-2021 UI
Having a path-specific favicon actually sounds like a feature.
This is an exhorbitant exaggeration. They are duplicated requests for a favicon. Not only is that a tiny resource, most of these requests are 404ing which is cheap. And even if it isn't 404, your favicon is a tiny static asset, it should either be served by CDN or in the server's filesystem cache anyways.
Are we talking about not putting annoying sysadmins to good use? Or are we talking about, you know, makin sure they don’t cause nobody no trouble again, boss?
It makes a debouncing. It compares the result with the previous to be sure it is OK. /s
Related
Leaking URLs to the Clown
The author describes leaking URLs during Mac app testing, with a unique URL receiving requests from a random "cloud" service every three hours. This raises privacy concerns and highlights potential risks for users.
Firefox 3rd Party Installer Campaign – Mozilla Community Portal
Mozilla launches a campaign to investigate unofficial Firefox download sources for security risks and outdated versions. Participants report findings to enhance user security and experience. Campaign runs from June 14 to July 14, 2024.
I Add 3-25 Seconds of Latency to Every Page I Visit (2020)
Reducing latency in web browsing can boost revenue in the consumer web industry. Intentionally adding latency to browsing activities can help curb addiction and enhance control over internet usage. Various methods like using specific browsers or tools are suggested.
A scathing critique of 'brand safe' influencers [video]
The YouTube video discusses advocating for accountability from manufacturers for design flaws, focusing on Apple's sustainability claims. It criticizes Apple for unresolved issues in devices like the iPhone 6. Proposed solution: underfill for durability.
Windows: Insecure by Design
Ongoing security issues in Microsoft Windows include vulnerabilities like CVE-2024-30080 and CVE-2024-30078, criticized for potential remote code execution. Concerns raised about privacy with Recall feature, Windows 11 setup, and OneDrive integration. Advocacy for Linux desktops due to security and privacy frustrations.