We have the same problem for sidebars that we have at the parent level, especially for the "Daily updates" channel, which has close to 1000 sidebars inside of it.
We need to avoid creating a Promise for each sidebar. We can use ChatThreadItemLoaderCache to achieve this.
Depends on D14144