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

Issue 515 slow loading of asset page due to timerange query of its sensors #533

Commits on Nov 15, 2022

  1. Set date range for loading data early on in the page loading process,…

    … and only use the timerange of shown sensors to set the date range if the date range isn't set by session variables already; minYear and maxYear are already set asynchronously after fetching the timerange
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Nov 15, 2022
    Copy the full SHA
    0d78da4 View commit details
    Browse the repository at this point in the history
  2. Fetch initial data already before page load is completed

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Nov 15, 2022
    Copy the full SHA
    1709629 View commit details
    Browse the repository at this point in the history
  3. async onreadystatechange, and refactor

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Nov 15, 2022
    Copy the full SHA
    36e97c9 View commit details
    Browse the repository at this point in the history
  4. Set initial date range much earlier, when initializing datepicker

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Nov 15, 2022
    Copy the full SHA
    8cab71d View commit details
    Browse the repository at this point in the history
  5. changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Nov 15, 2022
    Copy the full SHA
    1e4b427 View commit details
    Browse the repository at this point in the history