Any way to only monitor specific URIs?
-
This tool has been a lifesaver for me in managing our decade-old high-traffic lots-of-weird-shit site. I use it on our staging server and it has saved me many hours of headaches.
Now I have something weird happening on certain wp-cron jobs, and I’m trying to figure out if there’s a way to use query monitor only on calls to wp-cron.php and then log them to a file somewhere. I know this is outside of what Query Monitor does out of the box, but at this point I’m desperate enough to consider what might be considered a “gross hack” just to get a good report of what’s happening when publish_future_post fires. Aside from being sloppy, is there any other reason that editing db.php to compare $_SERVER[‘REQUEST_URI’] to ‘/wp-cron.php’ is a terrible idea?
Thanks!
- The topic ‘Any way to only monitor specific URIs?’ is closed to new replies.