by aberforth123 on 9/23/19, 8:02 PM with 57 comments
by guessmyname on 9/23/19, 11:44 PM
My theory is, without the ads, there is more space in the webview to load video thumbnails, each item representing a video in the HTML document probably requires a handful of HTTP requests to load and pre-fetch their corresponding metadata. I would not be surprised if other websites react in the same way. I hope this is the case, but I am suspicious enough that I will investigate further how the ad-blocker affects these websites.
by stevekemp on 9/24/19, 6:17 AM
But consider this case:
https://webtest.app/?url=file:///etc/passwd
In short you should restrict URLs to protocols of `http`, `https`, and even then you should filter based on IP. You don't want people to view http://localhost/server-status, etc.
Finally you need to make sure you avoid recursion:
https://webtest.app/?url=https://webtest.app/?url=https://st...
by nwrk on 9/23/19, 11:53 PM
What striked me is JSHeapTotalSize, never really think the ADs are eating so much RAM / resources (make sense). In Guardian case this accounts for 50% more allocation.
by thenewnewguy on 9/23/19, 11:31 PM
by radicalriddler on 9/24/19, 5:42 AM
Now don't get me wrong, I don't hate the greens party, but god damn, my eyes.
by codeisawesome on 9/24/19, 6:37 AM
This site only highlights all the bad things happening on those sites - and the marketing teams there have most likely already been told by their developers what including 1 million cookies & 50 million tracker APIs will do to the performance. They want this gunk in there so that revenue targets can be met.
So the best bet is to put this up on GitHub where folks like me could learn from the code :-D
by njitram on 9/24/19, 7:51 AM
by nreece on 9/24/19, 7:11 AM
by phobonym on 9/24/19, 6:06 AM
Would be nice if there was a way to display/download all cached results. Would be a nice dataset for visualisation or a dashboard.
by bscphil on 9/24/19, 5:55 AM
by regnerba on 9/23/19, 11:42 PM
by merpnderp on 9/24/19, 3:02 AM
by andrerm on 9/24/19, 12:04 AM
Without uBO, Forbes loads 151 cookies.
by jackewiehose on 9/23/19, 11:46 PM
by arnley on 9/24/19, 7:57 AM
Did you consider computing the Speed Index? [1]
It would help assessing the performance impact these ads have.
[1] https://sites.google.com/a/webpagetest.org/docs/using-webpag...
by Rarok on 9/25/19, 8:53 AM
Also I never realized it was SO BAD without adblock
by dddddaviddddd on 9/23/19, 11:26 PM
by taf2 on 9/25/19, 12:06 AM
by drenvuk on 9/24/19, 3:23 AM
by gnrlst on 9/24/19, 7:56 AM
by a_imho on 9/24/19, 8:36 AM
by NightlyDev on 9/24/19, 5:22 AM