Last week I wrote a post about how I fix CSOM code in order to accelerate whole query execution. Final result was not that bad though still not good enough:
- 0.8s for fetching ~500 subsites
- 6.5s for fetching ~900 subsites recursively for whole subsites hierarchy
My aim is to fetch whole subsites hierarchy within time that is reasonable to wait (1-2s total).
In this post I show you how to achieve it – we can fetch whole subsites hierarchy in less than 2s!
Continue reading “How I speed up loading my SharePoint Online site component 6x – part 2”