• 1 Post
  • 806 Comments
Joined 2 years ago
cake
Cake day: March 20th, 2024

help-circle

  • Is this the board? The VRM situation looks pretty dire, but I wouldn’t think that’d be an actual problem. Also why do you have C states disabled? That’s not going to be helping your VRM situation.

    Also what does your CPU cooling situation look like? Do you have a tower cooler that blows air over the VRM, or water cooling that leaves the VRM baking? Also generally for best performance you’d want xmp/docp/whatever the other thing is turned on. It’s free performance if your RAM supports it.















  • Pages with lazy-loaded images — half the time the screenshot fires before everything renders

    Are you using waitUntil? You need to adjust what it’s waiting for. Networkidle2 works great for simple pages, but if there’s a lot of BS that never stops firing then it may never conder it loaded. I use domcontentloaded plus a hard coded delay.

    Cookie consent banners blocking the actual content

    Write a quick queryselector and have it click accept if it’s there.

    Memory usage goes through the roof when I try to do more than ~50 pages in a batch

    Not much you can do about that. Chrome just sucks. Any alternative is either going to use just as much ram, or not be representative of the real world. So you’re stuck with Chrome wearing different hats. Not using shitty hardware for it is amazing. We have some hosts that are almost 15 year old hardware and they’re painfully slow. But put on something modern with an ssd and it’s pretty fast. You just have to keep memory under control to keep it relatively cheap. You could probably buy an old laptop and run it as a server for about a years worth of decent VPS costs. As long as it’s got an ssd it’ll be fast enough for this.



  • and there is a comparably steep commitment required to research CPUs, GPUs, storage, cooling, and RAM, and how their combination will affect performance and longevity

    I mean those same things affect consoles too, you just don’t get a choice. Sony prioritized keeping the PS5 quiet so the CPU and GPU run pretty warm. If you add an SSD it’s just hot boxing itself in that awful enclosure. You can always just yolo it like you would when buying a console. Then if it’s bad on a PC you at least have the option to fix it.