Typing in Messages is 'laggy' since installing Mac OS Sequoia 15.1 update

Typing in Messages is 'laggy' since installing Mac OS Sequoia 15.1 update.


Yesterday I updated to Mac OS 15.1 from Mac OS 15.0.1 - I've noticed that typing in Messages seems a bit 'laggy' - other apps e.g. notes are OK.


I did briefly switch on Apple Intelligence (had to change Language from UK to US) I've now reverted this, not sure if it has anything to do with the issue as I know AI does work with Messages


Anyone else seen the same issue?



MacBook Air, macOS 15.1

Posted on Oct 29, 2024 7:44 AM

Reply
Question marked as Top-ranking reply

Posted on Nov 11, 2024 11:33 AM

This issue exists here on a 2019 Macbook Pro 16" and a 2020 Macbook Pro 13", both with MacOS 15.1 (24B83).


Here is what I have observed:


  • iMessage text entry becomes increasingly slow as longer messages are entered.
  • Short messages do not seem to be affected. By about the 800 character mark, the text entry box is laggy, sometimes so much as to be unusable.
  • The slow text entry problem does not affect any other software which accepts text entry - it is specific to iMessage, as far as I can tell. (I do not use Whatsapp.)
  • This is not related to any third party security software (I have none).
  • The problem occurs regardless of whether any other software is running (I have reproduced this on a clean reboot).
  • I have removed all peripherals except my USB keyboard, so there is no relationship to (for example) my external GPU.
  • There are two third-party drivers installed: OpenVPN, and a Canon printer driver.
  • This problem was not reproducible on my 2020 Macbook Pro 13" with MacOS 15.0.1. It was immediately reproducible after I upgraded it to 15.1, so that seems pretty definitive.
  • So far, I cannot reproduce this problem on an Apple M1 Pro 16" with MacOS 15.1, though I see that others have reproduced it on this platform. On this particular M1, Apple Intelligence is offered only as a waitlist item, not yet an available feature, in case that is significant.


I have not found any reliable way to prevent this from occurring when I experience it, so I have resorted to composing longer messages using vi in a terminal and then pasting them into iMessage.

82 replies
Question marked as Top-ranking reply

Nov 11, 2024 11:33 AM in response to pdotoole

This issue exists here on a 2019 Macbook Pro 16" and a 2020 Macbook Pro 13", both with MacOS 15.1 (24B83).


Here is what I have observed:


  • iMessage text entry becomes increasingly slow as longer messages are entered.
  • Short messages do not seem to be affected. By about the 800 character mark, the text entry box is laggy, sometimes so much as to be unusable.
  • The slow text entry problem does not affect any other software which accepts text entry - it is specific to iMessage, as far as I can tell. (I do not use Whatsapp.)
  • This is not related to any third party security software (I have none).
  • The problem occurs regardless of whether any other software is running (I have reproduced this on a clean reboot).
  • I have removed all peripherals except my USB keyboard, so there is no relationship to (for example) my external GPU.
  • There are two third-party drivers installed: OpenVPN, and a Canon printer driver.
  • This problem was not reproducible on my 2020 Macbook Pro 13" with MacOS 15.0.1. It was immediately reproducible after I upgraded it to 15.1, so that seems pretty definitive.
  • So far, I cannot reproduce this problem on an Apple M1 Pro 16" with MacOS 15.1, though I see that others have reproduced it on this platform. On this particular M1, Apple Intelligence is offered only as a waitlist item, not yet an available feature, in case that is significant.


I have not found any reliable way to prevent this from occurring when I experience it, so I have resorted to composing longer messages using vi in a terminal and then pasting them into iMessage.

Oct 30, 2024 3:26 AM in response to pdotoole

Since installing the macOS 15.1 update (16" M1PRO), I've also been experiencing significant keyboard lag in the iMessage app only.

Moments after a reboot, everything works ok, only a minute after loading the system the problem returned.

The temporary solution to the problem was to disable real-time file system protection in Eset Cyber Security.

Does anyone know a permanent solution to the problem of significant typing lag in the iMessage app (ms teams work without problems)?

I don't want to give up ESET protection at the expense of writing in iMessage.


Nov 25, 2024 4:04 AM in response to pdotoole

I've done some forensics. As you type in WhatsApp, there are two files that are repeatedly opened and closed (i.e. they appear and disappear from `lsof` results. Those files are


~/Library/Group Containers/group.net.whatsapp.WhatsApp.shared/Logs/WhatsApp_2/whatsapp-2024-11-25-11-04-18-1351-WhatsApp-1481.log
/private/var/db/eligibilityd/eligibility.plist


(obviously with numbers in the log filename changing occasionally)


In the logfile we see:


11:04:19.644 [  11513] [main-thread   ] [F] LL_A ai/manager/feature/bonsai-entry-point-not-enabled
11:04:19.644 [  11513] [main-thread   ] [F] LL_A ai/manager/composer-new-chat-ai-status/disabled
11:04:19.647 [  11513] [main-thread   ] [F] LL_A ai/manager/feature/bonsai-entry-point-not-enabled
11:04:19.647 [  11513] [main-thread   ] [F] LL_A ai/manager/composer-new-chat-ai-status/disabled
11:04:19.650 [  11513] [main-thread   ] [F] LL_A ai/manager/feature/bonsai-entry-point-not-enabled
11:04:19.650 [  11513] [main-thread   ] [F] LL_A ai/manager/composer-new-chat-ai-status/disabled
11:04:19.652 [  11513] [main-thread   ] [F] LL_A ai/manager/feature/bonsai-entry-point-not-enabled
11:04:19.652 [  11513] [main-thread   ] [F] LL_A ai/manager/composer-new-chat-ai-status/disabled
11:04:19.655 [  11513] [main-thread   ] [F] LL_A ai/manager/feature/bonsai-entry-point-not-enabled
11:04:19.655 [  11513] [main-thread   ] [F] LL_A ai/manager/composer-new-chat-ai-status/disabled
11:04:19.658 [  11513] [main-thread   ] [F] LL_A ai/manager/feature/bonsai-entry-point-not-enabled
11:04:19.658 [  11513] [main-thread   ] [F] LL_A ai/manager/composer-new-chat-ai-status/disabled
11:04:19.686 [  11513] [main-thread   ] [F] LL_A ai/manager/feature/bonsai-entry-point-not-enabled


You can see there's 3ms between these, and there are hundreds of entries per second.


This is consistent with the observation that enabling Apple AI helps - it seems to be in an expensive loop of repeatedly trying to use AI and getting a "no". Getting a "yes" gets it out of that loop.


But I don't know whether it's the trying to use AI that's ultimately causing the slowness, or the logging itself. If it re-opens the logfile every time it writes to it -- which seems to be the case -- AV may well re-scan it anew every time. That's consistent with the observation that disabling ESET's scan-on-open fixes the issue.


... and disabling "Scan on - file open" does fix the issue, but disabling AV globally is not something you should do!


Those experiencing this issue who don't have AV -- maybe they're on slower computers where the file operations are noticeable even without AV -- or maybe their slowness isn't as extreme as AV users are noticing -- or maybe they have some AV they're not aware of.


However, I tried adding `/Users/[username]/Library/Group Containers/group.net.whatsapp.WhatsApp.shared/Logs/*` to ESET's "performance exclusions" list, and this didn't help. I don't know whether that's because this is not the cause, or whether ESET just isn't honouring the exclusion.

Typing in Messages is 'laggy' since installing Mac OS Sequoia 15.1 update

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