• Resolved chcw

    (@chcw)


    Hi,

    Currently the Query monitor can show me the total page generation time, and the database query time, and the HTTP API call time.

    However, Page Generation Time > Database Query Time + HTTP API call time.

    For example, Page Generation Time is 0.7320s, Database Query Time is 0.0858s, HTTP API Call is None.

    So there must be other things that take a major part of the Page Generation Time. How to find it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Unfortunately the short answer is this isn’t really possible to identify with a PHP level profiler such as Query Monitor. You’ll need to use a tool that operates at a lower level, such as the XHProf or Xdebug extensions for PHP, which can provide function call stack traces and corresponding performance figures.

    I’ve listed several related tools here. Hopefully some of them will be of use.

    Good luck!

    Thread Starter chcw

    (@chcw)

    Hi, John,

    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get a complete profile on the page generation time?’ is closed to new replies.