Today’s update to macOS Tahoe (26.0.1) resolves an issue in apps where AutoFill for Mac apps could make apps slow down over time due to improper handling of event taps, causing them to accumulate over time. People particularly noticed this in Chromium-based web browsers and Electron apps

Performance should be better now, but if your Mac app will never, ever benefit from offering AutoFill of security codes received via Messages or Mail, the right way to do it is this supported Info.plist key: https://developer.apple.com/documentation/bundleresources/information-property-list/nsautofillrequirestextcontenttypeforonetimecodeonmac

NSAutoFillRequiresTextContentTypeForOneTimeCodeOnMac | Apple Developer Documentation

A Boolean value that indicates whether text fields receive AutoFill of one-time codes only if they adopt the suitable content type.

Apple Developer Documentation
@rmondello Could it be that whatever got fixed is in macOS 15.7.1 as well? Because Safari was truly a laggy mess in 15.7 on M1 Max MacBook Pro. Seconds of input delay in URL bar. I hope it is fixed.
@jeroen This issue did not affect non-macOS 26 builds of macOS. It also didn't affect Safari.
@rmondello argh, too bad then. I had my hopes up! :)