• Resolved martincpt

    (@martincpt)


    Recently I had to debug one of my website where I came to point where I had to examine the memory usage through out the page rendering process and I logged the memory usage during each individual hook.

    So I thought this would be a great feature of this awesome plugin with just an extra column on the Hooks & Actions tab representing the memory usage of that specific Hook / Action.

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

    (@johnbillion)

    WordPress Core Developer

    Yeah this is something I’ve been wanting to do for a long time. QM used to have this feature but only on a per-hook basis which I always found was was misleading (the init hook will always ben the slowest and most memory intensive) so I removed it with the intention of replacing it with stats for each individual callback attached to each hook, which is much more useful. It’s still on my todo list though!

Viewing 1 replies (of 1 total)
  • The topic ‘Feature request: Memory usage column on Hooks & Actions tab’ is closed to new replies.