TheOldHokie
Well-known member
Lifetime Member
Equipment
L3901/LA525, B7200DT/B1630, G2160/RCK60, G2460/RCK60
Well it was an educational afternoon. I spent a bit of time learning about AJAX, how to use the developer tools in Chrome, and poking a few websites.I did a little poking with the developer tools in Chrome. I have been retired too long to claim any expertise in modern page design or the use of the developer tools but it certainly appears to be doing AJAX requests rather than old school page refresh. I was also seeing LONG delays in server response. I don't know if that was my desktop, my ISP, the OTT server, their network, or a combination. But way too long.....
Dan
Findings:
- Monitoring network traffic using the AJAX request filter in the Chrome developers tools revealed OTT is an extraordinarily network intensive website that issues AJAX calls out the wazoo. A totally idle page keeps the network XHR request log scrolling almost non-stop. The traffic appears to be largely ad related.
- The OTT servers seem to experience periods of slow response. The AJAX calls can hang for extended periods of time - request completion times in seconds as opposed to milliseconds are common.
- Network load is easily an order of magnitude greater than the other forums and commercial business sites I tested against and it shows in poor page responsiveness.
Dan