Ticket #538 (closed Bug: duplicate)

Opened 3 years ago

Last modified 3 years ago

When changing the state (date, website, period) Piwik should load the new data in Ajax

Reported by: matt Owned by:
Priority: major Milestone: Piwik 0.9.9 - Stable release
Component: Core Keywords:
Cc: Sensitive:

Description

Currently when changing the website, the date or the period, Piwik will reload the whole page, which is long and slow.

Once we do #103 , we can call a JS function when changing the state. This JS function would set the right state in the URL fragment and the page would be reloaded with the right content.

This is tighyly coupled to #103 and requires significant testing or all UI elements.

Change History

Changed 3 years ago by matt

  • status changed from new to closed
  • resolution set to duplicate

actually this is duplicate of #103 as implementing 103 should lead to this feature.

Note: See TracTickets for help on using tickets.