I was looking to see if it would be possible to remove the DeferredUpdates call @ https://github.com/wikimedia/mediawiki-extensions-Echo/blob/a9a80199/Hooks.php#L471 and instead do the processing prior to displaying the save page so that we could report some extra stuff per T135719
Also I was looking at profiling EchoDiscussionParser::generateEventsForRevision using xhgui on perf.wm.o but after a save I don't appear to be able to find the method in the data at all, but the mentions defiantly happened. Any thoughts as to why it would not appear there?
This task is for the Performance-Team to take a look and see if the DeferredUpdates call can be removed!