Akryum / Akryum/vue-virtual-scroller
Lots of idle time when loading 6.5k items
- 主要言語
- TypeScript
- スター
- 10.8k
- フォーク
- 973
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
It's currently taking me 5+ minutes to load a list of around 6.5k items.
```
{{ item.name }}
```
The network request to retrieve the data is currently taking 8s in my local environment (obviously some performance issues here to get to for myself) but that doesn't really explain where the rest of the 5 minutes is coming from. I have observed the performance tab and recorded that there is a lot of "idle" time and a lot of time taken up by "GC events".
I can see that this can support up to 500k items, but with 5 minutes of loading for 6.5k items, I don't think that would be possible.
In this time, the screen is essentially frozen from about 15s or so, until the paint on the screen.
Is there anything that could be causing such a slow load please?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。