polymerdao/ibc-explorer

Caching and search filtering

Closed this issue · 0 comments

Description

  • The packets table currently takes a while to load because it's fetching all packets every time. Determine a method for caching parts of this request (ideally using built-in NextJS caching features) and/or only fetch packets from a certain time range. This could also involve creating fields to allow the user to adjust that time range.

Reasoning

  • As there are more and more packets fetching all of them every time will become prohibitively slow.