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

Piwik_Exec doesn't seem to log the query in the profiler #2267

Closed
mattab opened this issue Apr 5, 2011 · 4 comments
Closed

Piwik_Exec doesn't seem to log the query in the profiler #2267

mattab opened this issue Apr 5, 2011 · 4 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Apr 5, 2011

This is rather annoying, maybe a bug/feature in Zend or something..

@robocoder
Copy link
Contributor

When using PDO_MYSQL, Piwik_Exec() calls ZendFramework which in turn uses the PDO driver's native exec() function. So, no profiling.

@mattab
Copy link
Member Author

mattab commented Apr 5, 2011

so this is a bug in Zend profiler

what was the reason to use Piwik_Exec instead of Piwik_query? does it bring better performance somehow?

@robocoder
Copy link
Contributor

Some queries (eg DDL) can't be prepared.

@mattab
Copy link
Member Author

mattab commented Apr 7, 2011

(In [4348]) Fixes #2267 Each LOAD DATA INFILE will be profiled separately, but better than no profiling at all!

@mattab mattab added this to the Piwik 1.3 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants