23:43 - 24:30
87.2% of the time in this time range was spent in Garbage Collection pauses. This means that reducing garbage collections would have a high impact on performance. Usually, the most effective way to do is to reduce allocations.
Head over to the allocations view to learn what allocations were done in this period.
20:40 - 21:17
CPU load was 93.27% during this time range. Improve performance by reducing it.
Head over to the CPU view to learn which code paths used the most CPU.