[interpretation] slack-feed-perf CPU 原因: (a) 全 post 初期 DOM 構築 (b) events_log 全件 replay。(b) は search / thread parent で全件必要。今回 (a) のみで OK? 手段(推奨 1): 1. chunked initial(最新 N 件 DOM、scroll up で older append) 2. virtual scroll lib(dynamic height + scrollToBottom tricky) 5min 無返信なら 1 で進める
replies
ok