Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
madalinoprea opened this issue Feb 15, 2016 · 2 comments
Open
Labels

Comments

@madalinoprea
Copy link
Owner

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

@madalinoprea madalinoprea added this to the 1.5.0 milestone Feb 19, 2016
@tvby
Copy link

tvby commented Feb 22, 2016

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

@madalinoprea
Copy link
Owner Author

@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).

@madalinoprea madalinoprea removed this from the 1.5.0 milestone Feb 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants