Can't Stop the Signal. Poison It
Posted by rmadriz 3 days ago
Comments
Comment by gruez 2 days ago
Comment by TheChaplain 2 days ago
Comment by ethmarks 2 days ago
.site-main[data-astro-cid-bpoqdqeq] {
backdrop-filter:blur(8px);
}
Why, exactly? The page looks visually identical when I disable that rule, but the performance skyrockets. I realize that it's probably vibecoded, but come on.Comment by dormento 2 days ago
Damn.
Comment by throawayonthe 2 days ago
yes they should have tested the site on firefox, but idk i wouldn't expect css gaussian blur of all things to cause slowdowns in some browsers
Comment by ethmarks 2 days ago
Gaussian blurs are extremely performance intensive. They need to be calculated for every individual pixel, and the per-pixel computation involves averaging the colors of dozens or hundreds of adjacent pixels. This site applies it to the entire <main>, which spans the entire screen's width and height on mobile, which means that it has several million pixels. That's fine if the browser only has to calculate it once, but when you're scrolling the browser has to perform those calculations for every single pixel on every single frame.
Apparently Chromium and Safari downscale the sampled texture which makes it less accurate but more performant, but Firefox doesn't do that because it prioritizes accuracy over performance, which explains why it only stutters on Firefox.
Comment by nottorp 2 days ago
Ran recently into another site on here that scrolled fine on anything except Firefox. And this one seems to be fine on safari.
Comment by barbazoo 2 days ago
Comment by nottorp 2 days ago
Comment by skeledrew 2 days ago
Comment by functionmouse 2 days ago
don't fuck with scroll
Comment by initramfs 2 days ago
Comment by scotty79 2 days ago
Comment by nosioptar 2 days ago
Comment by k4rnaj1k 2 days ago
Comment by metalman 2 days ago
Comment by initramfs 2 days ago
Comment by Esophagus4 2 days ago
Comment by waterTanuki 2 days ago
Comment by tsol 2 days ago
Comment by manithree 2 days ago
Comment by scotty79 2 days ago
I would happily give them my dna and colonoscopy result if that meant they are gonna show me only the things I have any real chance of buying.
Comment by nutifafa 2 days ago