Skip to content

v3.19.0

Compare
Choose a tag to compare
@ptbrowne ptbrowne released this 16 Feb 11:00
· 3787 commits to main since this release

A particular focus was given on data fetching performance. Interactions
with visualize.admin.ch are now noticeable faster.

Performance

  • Improved performance of cube data fetching

    • Added LRU cache to min max queries
    • Added query cache to bulk queries
    • Ordered filter so that non-discriminant filter are last
  • Fixed search performance through removal of combinatorial explosion due
    to language values

  • Improved GraphQL query devtool

    • Display number of SPARQL queries in query list
    • Sorted queries by duration

Features

  • Embed options (ability to either embed minimal or standard chart).
    Publish actions have moved to the top of the published chart for
    better visibility.