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

optimize matomo plugin loading #1037

Open
diosmosis opened this issue Feb 6, 2024 · 0 comments
Open

optimize matomo plugin loading #1037

diosmosis opened this issue Feb 6, 2024 · 0 comments
Labels
c: Performance For when we could improve the performance / speed of Matomo.

Comments

@diosmosis
Copy link
Member

Matomo plugins are loaded as WordPress plugins, but unlike the standalone Matomo product, Matomo plugins may not need to be loaded on every request.

Avoiding loading plugins that don't need to be loaded within a specific context means every request will get a little faster. For example, for users that aren't logged in to the back office, only plugins that have tracking logic need to be loaded.

We should look into only loading what's necessary at the start of each request.

@diosmosis diosmosis added the c: Performance For when we could improve the performance / speed of Matomo. label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Performance For when we could improve the performance / speed of Matomo.
Projects
None yet
Development

No branches or pull requests

1 participant