Tagged Questions
0
votes
1answer
26 views
Control verbosity level of WP DEBUG?
I've been at a loss so far and so I thought I'd pose the question: Is there a way to modify the verbosity level of the WP debug.log via wp-config.php or elsewhere?
Just an fyi, here is what I have in ...
3
votes
4answers
511 views
What is the best way to monitor PHP functions/executions?
I am trying to find the best way to monitor which PHP code/functions, MySQL requests and/or plugins are slowing down pages on a site.
I know there are a bunch of different options out there including ...