• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    [Bug] CPU usage very high, even with a limiter on

    Opera GX
    3
    8
    2041
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User
      A Former User last edited by

      Hello,

      I posted this on reddit, but was told I should report this as a possible bug.

      I was using Opera GX, and he CPU usage was crazy high. I decided to enable the limiter, but that didn't make much of a difference.

      Here is a link to the post and screenshot - https://www.reddit.com/r/operabrowser/comments/dafumz/opera_gx_hogging_a_lot_of_cpu_usage_lying_about/

      Reply Quote 0
        1 Reply Last reply
      • A Former User
        A Former User last edited by

        Would it be possible to show the CPU usage and also the Task Manager entry of Opera GX expanded (click on the little > to the left of Opera GX) to show all the processes.

        f3875560-34d0-4603-b8dd-ff5a6ff30b1a-image.png

        Reply Quote 0
          1 Reply Last reply
        • A Former User
          A Former User last edited by

          So let me know if this is what you wanted:
          alt text

          Reply Quote 0
            1 Reply Last reply
          • A Former User
            A Former User last edited by

            Looks like it is showing 50% of the value. Perhaps the error is related to your CPU. In a command prompt please type the following:

            wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status

            You should see something like this:

            10547f82-e235-4d6c-a3c7-31d4f8c2b6c2-image.png

            Hopefully this might help the Opera developers track down the issue.

            Reply Quote 0
              1 Reply Last reply
            • A Former User
              A Former User last edited by leocg

              I tried this again and the limiter came pretty darn close for me:

              7f4d77f7-8e25-4553-893e-b90b2b134f2c-image.png

              I used the TryIt Editor (https://www.w3schools.com/html/tryit.asp) with the following JavaScript:

              <html>
              <body>
              </body>
              <script>
              var i, el;
              
              var createdElements = {};
              var events = [];
              
              function attachAlert(element) {
                  element.onclick = function() { alert(element.innerHTML); };
              }
              
              function reallyBadAttachAlert(element) {
                  return function() { alert(element.innerHTML); };
              }
              
              for (i = 0; i < 1000000; i++) {
                  el = document.createElement('div');
                  el.innerHTML = i;
              
                  /** posibility one: you're storing the element somewhere **/
                  attachAlert(el);
                  createdElements['div' + i] = el; 
              
                  /** posibility two: you're storing the callbacks somewhere **/
                  event = reallyBadAttachAlert(el);
                  events.push(event);
                  el.onclick = event;
              
              }
              </script>
              </html>
              
              Reply Quote 0
                1 Reply Last reply
              • A Former User
                A Former User last edited by

                I'm also experiencing excessive CPU usage from the Opera GX.
                Been using regular Opera before and didn't experience this issue. It's hogging my resources and it's the main browser I use for work.

                Reply Quote 0
                  1 Reply Last reply
                • A Former User
                  A Former User last edited by

                  I'm sorry!!! I wasn't getting notifications about this thread for some reason. Trying to figure out my settings now.

                  Regarding the issue, I can't seem to recreate it. It either happens or doesn't and sometimes a restart isn't even required to solve the issue. Something just fixes itself

                  Reply Quote 0
                    1 Reply Last reply
                  • A Former User
                    A Former User last edited by

                    I tried using the limiter and this is what it looks like... Clearly not resolved yet...
                    b0a760c9-75aa-4162-8358-e1092ea28219-image.png

                    Reply Quote 0
                      1 Reply Last reply
                    • First post
                      Last post

                    Computer browsers

                    • Opera for Windows
                    • Opera for Mac
                    • Opera for Linux
                    • Opera beta version
                    • Opera USB

                    Mobile browsers

                    • Opera for Android
                    • Opera Mini
                    • Opera Touch
                    • Opera for basic phones

                    • Add-ons
                    • Opera account
                    • Wallpapers
                    • Opera Ads

                    • Help & support
                    • Opera blogs
                    • Opera forums
                    • Dev.Opera

                    • Security
                    • Privacy
                    • Cookies Policy
                    • EULA
                    • Terms of Service

                    • About Opera
                    • Press info
                    • Jobs
                    • Investors
                    • Become a partner
                    • Contact us

                    Follow Opera

                    • Opera - Facebook
                    • Opera - Twitter
                    • Opera - YouTube
                    • Opera - LinkedIn
                    • Opera - Instagram

                    © Opera Software 1995-