I noticed a feature on another web-based application that I think the ZCC could use, especially when trying to troubleshoot slowness. Each page has an icon of a stopwatch that when hovered over, shows the response times in ms for creating that page. For example, it has values for network, server, and browser with a total. This is an example of how the hover text could be displayed using a format and values I just made up: "Total Response Time (ms): 1507 = Network: 399 + Server: 776 + Browser: 332".

Comments