Forum Discussion
AlexKaras
9 years agoChampion Level 3
Hi,
If I got your question right...
Requests are generated not sequentially but in parallel. And 79 seconds is less than 5 minutes (300 seconds). So I understand your result like this: starting from some load, server sometimes needs more time to respond to some (or the same) requests and this causes page to load slower. I think that you need to identify slowest request(s) for those slow pages and analyze what makes them (requests) to be that slow. (This might be sub-optimal database query, memory load, paging (swap file) delays, etc.)
Related Content
Recent Discussions
- 3 years ago
- 3 years ago
- 4 years ago