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

Increase perceived tracker responsiveness #1320

Closed
robocoder opened this issue May 1, 2010 · 4 comments
Closed

Increase perceived tracker responsiveness #1320

robocoder opened this issue May 1, 2010 · 4 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@robocoder
Copy link
Contributor

In non-debug mode, propose:

  • ignore_user_abort
  • send redirect header or output transparent pixel early (before any database queries)
@robocoder
Copy link
Contributor Author

(In [6539]) fixes #1320 - output tracking pixel at start of request to increase perceived tracker responsiveness

the tradeoff is the loss of some user-readable text in non-debug mode for empty requests and exceptions

(arguably, we probably shouldn't have been outputing e->getMessage() in non-debug mode)

@robocoder
Copy link
Contributor Author

(In [6540]) refs #1320 - revert for empty request

@robocoder
Copy link
Contributor Author

(In [6542]) refs #1320 - comment out obsolete tests; may want to re-enable when we can control PIWIK_TRACKER_DEBUG (e.g., via config setting?)

@mattab
Copy link
Member

mattab commented Jul 27, 2012

Nice change for speed!

@robocoder robocoder added this to the 1.8.3 - Piwik 1.8.3 milestone 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
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants