WebThumbnailExtension Web Content High CPU/Memory Usage

Hello guys. I have 2021 M1 Pro MacBook Pro, with MacOS Sequoia installed. But every time I open the device, it gets hot, the fans are activating and it kinda sluggish. Turns out that there is something in the Activity monitor that's using significant CPU/Mem usage, 'WebThumbnailExtension Web Content'.


Every time I force quit the task, it keeps on coming back. Can everyone have this particular issue that has been fixed? Replies are super important. I'll attach some screenshots for reference.

MacBook Pro 14″, macOS 15.0

Posted on Oct 6, 2024 8:05 PM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Jan 13, 2025 3:52 PM

I've been running into this issue. Initially, I thought it was because my MBP M3 Max was connected to the Microsoft Redmond domain and that Intune MDM policies were buggy. I'm not sure QuickLook is the culprit (rather, I'm looking at you Excel and PowerPoint, or Teams 😏). Anyway, for awhile, whenever my CPU starts hitting 100% and computer starts becoming sluggish, I was using Activity Monitor to force quit all those pesky WebThumbnailExtension Web Content instances.


You can also use Automator to make an "app" that will programmatically kill those instances on demand. Here's the Run Shell Script I use:


#!/bin/bash

# Search for the processes and extract their PIDs
PIDS=$(ps -axo pid,command | grep -i "System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent" | grep -v grep | awk '{print $1}')

# Check if any PIDs were found
if [ -n "$PIDS" ]; then
    echo "Killing the following processes:"
    echo "$PIDS"
    echo "$PIDS" | xargs kill -9
    echo "Processes terminated."
else
    echo "No matching processes found."
fi


Hope this helps!

32 replies
Sort By: 

Feb 12, 2025 5:16 PM in response to dwight-kayce-vizcarra

Problem still exists with Sequoia 15.3.1 update. I am running a 2019 iMac without track pad, so that's not the issue. Memory issues 'appear' to escalate when I am using Preview. If I go into Activity Monitor and click on the offending multiple WebThumbnailExtension Web Content processes and click 'quit' they remain open; I have to force quit them and then all is well.


Can Apple PLEASE address this issue as it's quite annoying to have processes freeze & crash due to lack of memory whenw in fact my iMac has oddles of memory in reserve.

Reply

Mar 11, 2025 7:30 AM in response to bravebro

I had my default browser set to Zen Browser (which is firefox based). In this case opening images in preview for example starts these pesky hogging thumbnail extension processes. As you state @bravebro, setting my default browser to safari fixes this specific problem. But still I want to not have to set my default browser to safari when I want to use something else.

Reply

Mar 11, 2025 3:33 PM in response to Merlijn_

I have exactly the same issue you have with Preview appearing to be the triggering culprit. HOWEVER I am using Safari as my usual browser, so in my case using Safari doesn't solve the issue. I see that there is a Sequoia 15.3.2 update just released today, but looking at the description it doesn't look like this issue is being addressed...


Reply

Mar 12, 2025 8:21 PM in response to Gdaymate88

Update: 15.3.2 does NOT resolve the issue. Using Preview to open files whilst using Safari still causes the same RAM problems as before. Apple appear NOT to have resolved the issue with this latest update. Wonder if they ever will? Might be time to wipe the iMac and do a clean install of OSX 14

Reply

Mar 12, 2025 8:30 PM in response to Gdaymate88

Further to the above, I have run an EtreCheck scan which highlights these issues. Hopefully someone at Apple will read this :-)


Diagnostics Information (past 60 days):

    2025-03-12 11:41:35 apfsd - High CPU Use (2 times)

        First occurrence: 2025-03-12 09:55:49

        Executable: /usr/libexec/apfsd


    2025-03-12 11:41:05 spotlightknowledged - High CPU Use

        Executable: /System/Library/Frameworks/CoreSpotlight.framework/spotlightknowledged


    2025-03-12 09:50:39 lsd - Crash (6 times)

        First occurrence: 2025-03-12 09:50:34

        Executable: /usr/libexec/lsd


    2025-03-11 16:22:05 com.apple.WebKit.WebContent - High CPU Use

        Details: 

            "com.apple.Safari"(1079)


    2025-03-11 15:55:57 com.devguru.DriverKit.SamsungMTP - High CPU Use

Reply

Mar 28, 2025 9:49 PM in response to dwight-kayce-vizcarra

After I had the issue with my M1 MacBook Air over several OS versions, I encountered it again on a new MacBook Air M4 (with MacOS 15.3.2). Pretty disappointing that this does not seem to have been fixed up for years now.


After trying the various approaches discussed here and elsewhere (QuickLook, Browsers etc.), several times and with reboots, I closed office (Excel and Word) and eventually threw them from my disk. This solved the issue immediately. No WebThumbnailExtension Web Content since then...

Reply

WebThumbnailExtension Web Content High CPU/Memory Usage

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.