NaimKabir / personal-golinks

Personal shortlinks completely managed in a browser extension.
MIT License
0 stars 0 forks source link

[Performance] At 4k links, rendering takes perceivable time. #26

Open NaimKabir opened 1 year ago

NaimKabir commented 1 year ago

It's noticeable when the extension is loading in the current set of links in order to render it.

We should start by rendering just the first few hundred and then loading up the rest into memory, using cached knowledge of used IDs.

NaimKabir commented 1 year ago

Working on this here: #27