TGTGInsighttelegram intelligenceLIVE / telegram public index
← Telegram github commits and releases
Telegram github commits and releases avatar

TGINSIGHT POST

Post #19550

@tgappsupdates

Telegram github commits and releases

Views246Post view count
PostedMar 603/06/2026, 06:45 PM
Post content

Post content

telegramdesktop/tdesktop/dev • ffea1e3 • 1 files, +50/-16 Defer sticker reads via crl::on_main chain for faster first paint Instead of reading all sticker sets synchronously in crl::on_main, chain each read step via crl::on_main so that paint events can be processed between heavy file reads. This moves first paint from ~2807ms to ~1294ms by allowing the UI to render before sticker loading completes. #tdesktop