Skip to content

improve performance by pagination #11

@brenzi

Description

@brenzi

Noted by @demyanrogozhin
Currently, the explorer loads all currencies and all locations upfront (and a change to this set requires a reload)
We could do pagination based on the map area displayed.

This would require additional node RPC apis

  • (for global overview) get_currency_centers()
  • (for zoomed view) get_currencies_in_area()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions