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

Live! plugin performance issues #1966

Closed
mattab opened this issue Jan 5, 2011 · 9 comments
Closed

Live! plugin performance issues #1966

mattab opened this issue Jan 5, 2011 · 9 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Jan 5, 2011

See report in : http://forum.piwik.org/read.php?2,70690

The query should have AND visit_last_action_time > ?

clause to make it use the INDEX and perform better.

@anonymous-matomo-user
Copy link

I have this problem too. piwik has become unusable since the critical update from 1.0.

@mattab
Copy link
Member Author

mattab commented Jan 16, 2011

(In [3758]) Refs #1966 Spy should not keep doing requests when the screen is not showing the widget anymore

@Fil
Copy link

Fil commented Jan 23, 2011

Piwik was very slow for me and unusable; disabling "Live!" made it usable again.

@mattab
Copy link
Member Author

mattab commented Feb 6, 2011

we must take a decision: either we disable Live! by default for all new installs, or we fix these performance issues

@mattab
Copy link
Member Author

mattab commented Feb 17, 2011

I fixed this issue, just and introduced a new bug tracked in: #2076

@mattab
Copy link
Member Author

mattab commented Apr 5, 2011

this obviously wasn't fixed properly

@mattab
Copy link
Member Author

mattab commented Apr 5, 2011

(In [4316]) Fixes #2145 as far as I can see, it should be fixed, but I've been wrong all previous times so testing is very much welcome! thx

Refs #1966 Improving visitor log performance by rewriting the query

@mattab
Copy link
Member Author

mattab commented Apr 5, 2011

(In [4317]) Fixes #2259 Kuddos SteveG for spotting this issue!

Refs #1966 cancel the other ajax request as well, when something wrong happened in the previous request + fixing the missing order by

@mattab
Copy link
Member Author

mattab commented Apr 5, 2011

wow that looks fast now!! Will keep an eye on it

@mattab mattab added this to the Piwik 1.3 milestone Jul 8, 2014
@mattab mattab self-assigned this 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. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Projects
None yet
Development

No branches or pull requests

3 participants