Brave is non-responsive, freezes, and very slow loading

Description of the issue: After updating Brave, and for the past three (3) weeks, Brave has been running exceptionally slow.

Steps to Reproduce (add as many as necessary): 1. I have read several posts regarding opening a guest profile.
2. I closed my original profile, and tested the guest profile for performance.
3. The guest profile performance was just as bad.

Actual Result (gifs and screenshots are welcome!): Screenshots will not provide additional information on the sluggish performance of Brave.

Expected result: After updating Brave, I expected better performance.

Reproduces how often: Happens 100% of the time I open Brave and access any website.

Operating System and Brave Version(See the About Brave page in the main menu): v 1.79.119

**Additional Information:**Nothing more at this time.

1 Like

Thanks for reporting. What OS are you on? Any new extensions? CC’ing my colleague @Mattches.

OS: Ubuntu, no extensions installed.

@queenofthepen curious to know if disabling (or enabling) Graphics Acceleration has any effect ont he performance?

In Brave – Settings --> System --> Graphics Acceleration.

1 Like

Thank you for responding so quickly. I disabled ā€˜Graphics Acceleration’, however, the browser buffers continuously and loads very slowly.

@queenofthepen would you mind downloading the Beta build of the browser and test to see if you get the same performance using the Beta? Note that the Beta will install as a separate browser and will not overwrite your current install. You are also free to uninstall it after testing if you’d like.

This is the error message I received when using this script (sudo apt install brave-browser-beta):

Skipping acquire of configured file ā€˜main/binary-i386/Packages’ as repository ā€˜https://brave-browser-apt-release.s3.brave.com stable InRelease’ doesn’t support architecture ā€˜i386’

Can you try using the curl command listed in the linux instructions?

This is the message when I try to install the curl command: curl is already the newest version (7.68.0-1ubuntu2.25).

Since Curl is already installed, I’m install Beta now. I’ll keep you posted.

Unfortunately, the beta version is having the same buffering/sluggish issue. Sorry.

1 Like

A few questions to help us narrow down the problem (we’ve not had other similar reports yet):

  • which version of Ubuntu are you running? (try lsb_release -a in a terminal)
  • how much RAM does your machine have? (ā€œtotalā€ for ā€œMemā€ in free -h)
  • is Brave installed on a rotating hard drive or an SSD?
  • are you running under Xorg or Wayland?
1 Like
  • Ubuntu 20.04.6 LTS
  • RAM = 15Gi
  • Brave is installed on the hard drive
  • How do I find if I’m running under Xorg or Wayland? My hubby installed Ubuntu for me and he’s not available for clarification right now.

And what do you get if you run this in a terminal?

lsblk -d -o name,rota

The following command will output either x11 or wayland:

echo $XDG_SESSION_TYPE

Attached is a screen print of the results when I run lsblk -d -o name, rota.

I’m runing x11.

Thanks a lot for all of this information.

Here’s three more commands whose output would be helpful too:

  1. which brave
  2. which brave-browser
  3. mount | grep "on / "
  1. brave browser 1.79.123
  2. which brave-browser: regular, not beta
  3. results of mount | grep "on / ":
oem@oem-HP-Compaq-Elite-8300-CMT:~$ mount | grep "on /"
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro)

Sorry I meant the output of the which command in your terminal:

which brave

and then:

which brave-browser

On my machine for example, I get nothing for which brave and then I get this for which brave-browser:

/usr/bin/brave-browser
1 Like

strong text* I have been having some of the same problems but mainly with Amazon not loading. Some sites like Home Depot won’t show me photos. Ever since the windows update in June. I rolled the update back & did a system restor and Amazon worked fine. The Brave browser was much much faster like it was before. The problem is deiinatly the Windows 10 Update. I understand that Windows 11 is also having issues with Amazon and Ebay. Before the update I was having problems getting photos on Home Depot website at times for products to compare. I am running the most recent up to date Brave browser for windows 10. I have Norton Virrus & VPN. Brave was definately slower after the Windows 10 Update KB5060533 and Service Stack Update 10.0.19041.5853. The WIDEVINE update to DRM was said to be an issue per an internet search for Amazon ***

That’s the exact output I received when using that command as well.