Profiling inside the page generation
-
Is there a feature, which profiles the page generation? I would like to see, which part of the generation takes how many time.
I could use this, to firgure out slow plugins, shortcodes, features of my theme or maybe other things too.
Often requests will be handled within one second on my local development environment, but sometimes it takes 5 seconds and more. I would like to know, why.
(I disabled the external HTTP requests, so they cannot be the reasons for it. The database cannot be slow too, since QM shows to me always times less then 0.2 seconds.)
Maybe an implementation solution could be a mesurement of the executed actions and filters? But for this, I think WordPress have to implement something for that. ??
- The topic ‘Profiling inside the page generation’ is closed to new replies.