Every now and then the schedule file will take a little bit to send.
Observations:
- We're using file based caching in production right now, which could be an IO bottleneck
- We only have one puma worker, which also could be a bottleneck
- Sometimes the client seems to request the schedule file multiple times, which is odd (especially on chrome)
Every now and then the schedule file will take a little bit to send.
Observations: