Feed cache #165

Closed
opened 2023-01-29 19:49:54 +00:00 by verbiricha · 2 comments
verbiricha commented 2023-01-29 19:49:54 +00:00 (Migrated from github.com)

Cache main feeds so we don't re-request every time we change timelines.

Cache main feeds so we don't re-request every time we change timelines.
v0l commented 2023-01-29 19:55:04 +00:00 (Migrated from github.com)

This is also vital to restoring scroll position, i think there is an easy way to do this, we can simply cache a list of notes based on the sub id, since these are specific to each page we will be able to simply store the ids of all the events then have a general indexdDb for events which we can lookup

This is also vital to restoring scroll position, i think there is an easy way to do this, we can simply cache a list of notes based on the sub id, since these are specific to each page we will be able to simply store the ids of all the events then have a general indexdDb for events which we can lookup
verbiricha commented 2023-01-29 20:59:06 +00:00 (Migrated from github.com)

Huge win for perfomance and UX, let's do it asap

Huge win for perfomance and UX, let's do it asap
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kieran/snort#165
No description provided.