I have my cakePHP application (hosted on centOS 7) monitored by appdynamics APM. In their monitoring controller I have breakdown of transactions that take too long.
I also installed a simple chrome page timing plugin. On one of my webpages I got the following results:
As you can see the page loaded after 157 seconds! However in my APM the slowest Transaction recorded has 'execution time' at 2.1 seconds. If my server serves the pages in under 2 seconds (and usually in around 0.5 second) where does this terrible 157 seconds come from? How can I monitor the source of that load time?
Thats another example with firefox plugin for page load times:
This one took nearly 54 seconds and thats a real load time (saw it mysekf). However firefox Firebug under Net tab shows that for that same page:
6 seconds for that same request? Why are they so different and why is firebug incorrect? I saw myself that the load took over 50 seconds