Celeb Glow
updates | April 01, 2026

Chrome Running Slow

Google Chrome, a web browser built for speed, simplicity, and security, runs terribly slow if I leave Chrome on for a several hours. It's like it is using a lot of memory though it is not. Tabs are very slow to load or switch between. CPU and RAM usage both appear to be normal. If I reboot Ubuntu entirely and then open Chrome, it runs fine. Editing /etc/nsswitch.conf made no difference. Hardware acceleration is on. Google Chrome Version 47.0.2526.106 (64-bit).

1

3 Answers

Disabling "Use hardware acceleration when available" in

chrome://settings/?search=hardware

Fixed the problem.

9

This seems to a bug with hardware acceleration and you can see the slowness when tab switching.

go to chrome://settings/?search=hardware

Disable hardware acceleration since it doesn't help:

Chrome Hardware Acceleration

Once I also faced the same problem. I searched for why Chrome is slow. My situation:

  • Chrome is not updated
  • Newly installed Ubuntu
  • Hardware acceleration is enabled

Here is a solution to this problem:

  • Update your Chrome

    sudo apt-get update
    sudo apt-get upgrade
  • Disable hardware acceleration chrome://settings/?search=hardware

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy