tracking/Documentation/Changelog/1.1.2.rst
Daniel Siepmann e2a23c6455 Improve performance of widgets with large datasets
Provide database index for widgets which is used by widget queries to
fetch data way faster, e.g. 0.1 instead of > 5 seconds in one concrete
project.

Relates: #63
2021-08-03 10:41:01 +02:00

692 B

1.1.2

Breaking

  • No longer support v11.2 but v11.3

    As this is latest release of v11 dev. Only latest public release is supported.

Features

Nothing

Fixes

  • Improve performance of widgets with large datasets

    A new database index is added which is used by widget queries. This can reduce the calculation time of database based on dataset. One concrete project reduced from > 5 seconds to below 0.2 seconds.

    This mainly improves the PageviewsPerPage widget.

    PageviewsPerDay is still way to slow, but I couldn't find a working approach to improve performance.

    Relates: 63.

Tasks

Nothing

Deprecation

Nothing