Slow Applescripts under Tahoe? Here’s how to fix it.

After upgrading to Tahoe a lot of my existing (compiled) AppleScripts would run extremely slowly. Anything that involved user interaction, such as clicking a button response on a dialog box, or entering text in a text box, or selecting from a list etc. would result in the spinning beachball for 10-20 seconds before the user action was processed.


The solution proved to be quite simple. Open the offending AppleScript App in Script Editor, copy the entire code, paste it into a new Script Editor document, and then save it as a new AppleScript App. This process recompiles the code.


Full responsiveness restored! In fact they seem to run a little speedier…

Mac mini, macOS 26.2

Posted on Jan 19, 2026 3:07 AM

Reply
3 replies

Jan 21, 2026 9:45 AM in response to Stan C.

Stan C. wrote:


Brendan Jones wrote:

After upgrading to Tahoe a lot of my existing (compiled) AppleScripts would run extremely slowly. Anything that involved user interaction… would result in the spinning beachball for 10-20 seconds….

Seeing that beachball with every user interaction was a pain, to say the least. I experimented and discovered another way to eliminate it. Just add "tell me to" before each command. Bam! Fixed.

tell me to display dialog "Hello, world"


Probably, this worked for the same reason it worked for the OP - by forcing the recompilation of the script.

If you were to remove the tell me part, would it revert back to slow behavior, or would it continue to work well?

Jan 21, 2026 9:15 AM in response to Brendan Jones

Brendan Jones wrote:

After upgrading to Tahoe a lot of my existing (compiled) AppleScripts would run extremely slowly. Anything that involved user interaction… would result in the spinning beachball for 10-20 seconds….


Seeing that beachball with every user interaction was a pain, to say the least. I experimented and discovered another way to eliminate it. Just add "tell me to" before each command. Bam! Fixed.


tell me to display dialog "Hello, world"

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Slow Applescripts under Tahoe? Here’s how to fix it.

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