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

Debug monitor should disable the query cache #155

Open
wilsonge opened this issue May 5, 2019 · 1 comment
Open

Debug monitor should disable the query cache #155

wilsonge opened this issue May 5, 2019 · 1 comment

Comments

@wilsonge
Copy link
Contributor

wilsonge commented May 5, 2019

joomla/joomla-cms@0da37c6

Per here - we probably want to use debug monitor somehow to disable the query cache. Alternatively in the CMS Level we just use the Connect Event to do this. Not exactly sure what is more logical https://github.com/joomla-framework/database/blob/2.0-dev/src/Mysqli/MysqliDriver.php#L237

@mbabker
Copy link
Contributor

mbabker commented May 5, 2019

Best practice would be to use the POST_CONNECT event to deal with it at the application level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants