this post was submitted on 11 Dec 2025
1 points (100.0% liked)

Raspberry Pi

5312 readers
1 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 2 years ago
MODERATORS
 

I've found that my Pi 400's built in web browser is almost unusable with bloaty script-heavy sites, so I'm wondering if the Pi 5 or 500+ is any better. There would be an NVMe SSD present if that helps.

If someone has this setup, could they take a look at homedepot.com ? That's a very slow and obnoxious site that I use sometimes, as I do buy some from there when I can't avoid it. I'm ok if it's a bit sluggish but my Pi 400 was near incapable of navitation or loading the page in a reasonable amount of waiting.

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] Rikj000@discuss.tchncs.de 0 points 5 months ago

I'd find it odd if a RPi4 can't smoothly run a browser :o

You can use btop, to monitor if you have a bottleneck on your CPU or RAM, if Swap memory gets used, things will slow down, if your CPU is clocking @ 100%, same thing but not much you can do about that besides perhaps weeding out unnessecary processes that consume a lot, if there are any.

In case your RAM is @ 100%, you could:

  • Use LibreWolf instead of FireFox,
    it's an open source privacy focussed fork,
    which removes some of the FireFox bloaty stuff, which reduces RAM usage.
  • Use uBlock Origin, to block advertisements, which will reduce RAM usage and increase page load speeds
  • Use NoScript, to block JavaScript trackers, to further reduce RAM usage and increase page load speedd, beware, will block all JS by default, so sites will break, but can be manually fixed by re-enabling only the nessecary JS components on a site
  • Switch to DietPi, a very light weight RAM/CPU friendly distro for SBCs like RPis, I've used it only headless (without GUI) but it only used 50Mb of RAM out of the box last time I monitorred it, which is impressively low.