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

Improve UI speed: cancel ajax requests on menu click #1829

Closed
mattab opened this issue Nov 17, 2010 · 1 comment
Closed

Improve UI speed: cancel ajax requests on menu click #1829

mattab opened this issue Nov 17, 2010 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Nov 17, 2010

Currently, if you click on a menu item, current outstanding ajax requests are not aborted, and the new page will only load after the previous ajax requests have returned (depending on the browser concurrent connexion settings, etc.).

The most common use case is:

  • open Piwik
  • while dashboard is loading (many http requests queued)... user clicks on a different menu item
  • The report displays 'loading...' but the numerous dashboard http requests are still being processed.
  • the report user requested finally loads

Instead, when clicking on a menu item, all previous ajax requests should be cancelled and the new Ajax requests for the requested report should load directly.

@mattab
Copy link
Member Author

mattab commented Jan 7, 2011

(In [3666]) Fixes #1829

@mattab mattab added this to the Piwik 1.2 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
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

1 participant