Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which tab is "Google Chrome Helper" running on?

In MacOS in the Activity Monitor Google Chrome extensions show as "Google Chrome Helper". These often take up much of the CPU time. Is it possible to determine which tab a given Google Chrome Helper process is running on?

Other people have suggested setting the plug-ins run mode to "Click to play". It seems that this doesn't cover all instances of the helper, since I already have it set to click to play. As you can see from the image below, there are MANY instances of this helper running. Anyway this doesn't get to the heart of the question- which tab is the process running on.

enter image description here

like image 363
galactikuh Avatar asked Feb 03 '16 13:02

galactikuh


People also ask

What is Google Chrome Helper in Activity Monitor?

The Google Chrome Helper is the embedded content running outside your browser. Users have faced a 100% CPU and memory consumption issue on their Mac if a rogue extension or one of Google Chrome's plug-in settings are running everything by default.

How do I turn off Google Chrome helper?

Step 5: On the site settings page, scroll down to the “Additional permissions” section. Here, you will find the tab for “Unsandboxed plugin access”. From this tab, you can disable the Google Chrome Helper.

Can I delete Google Chrome Helper in Activity Monitor?

As the helper process can only be seen in the activity monitor, you will have to go deep into Google Chrome settings to deactivate the Google Chrome Helper.


1 Answers

Chrome's built-in Task Manager (accessible from Menu > More tools > Task manager) will show you a per-tab resource utilization.

If case the culprit is extension code or a plug-in running in a normal tab, you won't be able to identify it with only that; extension entries in the Task Manager are only for background pages of extensions.

You may be able to investigate further with Dev Tools profiler.

like image 74
Xan Avatar answered Sep 22 '22 04:09

Xan