Very slow Chromium browser

19,665

As suggested by @Avi disabling the GPU solved this issue in my case.

I proceeded as suggested in this bug report and disabled the use of gpu for my chrome. For such, you just need to start it with the --disable-gpu flag.

You can also do as shown in this issue, by changing the settings. For this go at chrome://settings/ > Advanced and uncheck Use hardware acceleration.

As you can see, this seems to be an issue and both ways are just workarounds. Let's hope future versions fix this issue and this question/solution becomes obsolete.

Share:
19,665

Related videos on Youtube

takeshin
Author by

takeshin

Updated on September 18, 2022

Comments

  • takeshin
    takeshin over 1 year

    On my machine Chromium is very slow, I had to switch to Firefox where everything works fine.
    Looks like this is a kind of JavaScript problem (eg. slowed down typing on Facebook), pages loading slower, feels like the pages are heavy.

    Is there any option to fix this? How to debug the problem?

    Clean install
    Chromium 41.0.2272.76 Ubuntu 14.10

    • Admin
      Admin about 9 years
      In Chromium's tab strip area, right click and select Task Manager. Is there any process taking a significant chunk of the CPU?
    • Admin
      Admin about 9 years
      @saiarcot895 GPU process takes up to 80% when I type in the facebook textarea.
    • Admin
      Admin about 9 years
      see if it is similar to this , and try to disable GPU acceleration
    • Admin
      Admin over 6 years
    • Admin
      Admin over 6 years
      This is maybe some problem with hardware acceleration in ubuntu?
  • imrek
    imrek almost 8 years
    Makes no difference.
  • Rui F Ribeiro
    Rui F Ribeiro about 7 years
    2017 and the same bug in FreeBSD...drat. This answer is GOLD.
  • m01010011
    m01010011 over 3 years
    2020 and this solution still works! Even on Windows!
  • Victor VosMottor
    Victor VosMottor about 3 years
    2021 and hoooray it works! Thanks a lot.
  • depperm
    depperm about 2 years
    2022 this worked, what is weird is one day it was fine and the next it was slow