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

Make it easier to profile via XHProf #4310

Closed
mattab opened this issue Nov 17, 2013 · 3 comments
Closed

Make it easier to profile via XHProf #4310

mattab opened this issue Nov 17, 2013 · 3 comments
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Nov 17, 2013

XHProf is a powerful tool for profiling PHP code. We have used it many times in the past.

When profiling it is often desired to profile the full stack rather than just current request.

One limitation of the way we use XHProf is that it will only generate the profiling information only for the current active request.

When the current request triggers many other requests (in archive.php we call the API, in tests we call tracker + API, etc.) then we'd like to also profile these requests.

@mattab
Copy link
Member Author

mattab commented Nov 17, 2013

See 681a5c8

@mattab
Copy link
Member Author

mattab commented Nov 17, 2013

In 51c6de8: Refs #4310 Moving XHProf from tests bootstrap to core

@mattab
Copy link
Member Author

mattab commented Nov 18, 2013

In a8a2f9b: Refs #4310

@mattab mattab added this to the 2.0 - Piwik 2.0 milestone Jul 8, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

1 participant