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

disable the diagnostic plugin #709

Merged
merged 1 commit into from Jan 13, 2023
Merged

Conversation

mattmary
Copy link
Contributor

When this plugin is enabled, it checks if the page speed feature is enabled. This is made by an http query.
Unfortunately, we block all these related queries in the WordPress plugin

|| $requestedModule === 'installation'

With this update, the log trace won't be generated any more, and it will have no impact in the plugin as it is not available.

Fixes matomo-org/matomo#20134

@mattmary mattmary added the Enhancement For new feature suggestions that for example enhance Matomo's cabapilities.. label Jan 12, 2023
@mattmary mattmary merged commit bde7607 into develop Jan 13, 2023
@mattmary mattmary deleted the disable_diagnostic_plugin branch January 13, 2023 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that for example enhance Matomo's cabapilities..
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"This feature is not available" in WordPress plugin when checking isPageSpeedEnabled()
2 participants