Akryum / Akryum/vue-virtual-scroller
Lots of idle time when loading 6.5k items
- Linguagem predominante
- TypeScript
- Estrelas
- 10.8k
- Forks
- 973
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.