madalinoprea/magneto-debug

Allow to profile non HTTP requests (e.g shell scripts, cron jobs)

Opened this issue · 2 comments

Currently we start and end capturing assuming an HTTP request that is routed, dispatched.

tvby commented

would this include being able to use the toolbar on magento https pages also?

@tvby, latest version should worked correctly over HTTP and HTTPS. Currently, I'm working mostly on two stores. One is entirely on HTTPS and the other one is using only secure urls on HTTPS. On both of them I can view toolbar and access details about current or previous requests. Can you share more details why you cannot use the toolbar on https? Any screenshots are welcomed.

This ticket was created to make sure we don't affect non HTTP processes like shell scripts, cron jobs. And also try to profile these executions (e.g what queries or e-mails were run for xyz cron job).