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

Can piwik speed up the GET request and response #11832

Closed
triffic-tang opened this issue Jun 30, 2017 · 1 comment
Closed

Can piwik speed up the GET request and response #11832

triffic-tang opened this issue Jun 30, 2017 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@triffic-tang
Copy link

As picture below shows:

piwik

It takes 176ms to send get request and get response, can piwik speed up the request?

@sgiehl
Copy link
Member

sgiehl commented Jun 30, 2017

This request stores the given data in the database, so it simply takes some time to do so. But as it is no blocking request it shouldn't be important.
Nevertheless there is a possibility to speed up this request a lot. But this requires redis and https://plugins.piwik.org/QueuedTracking

@sgiehl sgiehl closed this as completed Jun 30, 2017
@sgiehl sgiehl added the answered For when a question was asked and we referred to forum or answered it. label Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants