alpheios-project / webextension

Alpheios Browser Extensions
ISC License
6 stars 2 forks source link

Lexical data loading takes a long time #352

Open RumiAllbert opened 9 months ago

RumiAllbert commented 9 months ago

I've found that the lexical data loading takes a long time to load at times. May I suggest an implementation of some sort of cache solution? Particularly for words that have already been queried before. Rather than fetching the lexical data again, it could be retrieved from some sort of LRU cache. Just a feature request! Thank you for all the hard work.

balmas commented 9 months ago

Hi, thanks for the suggestion. We do actually have a cache in front of the lexical services, but it seems as is if it may need some tuning. We'll look into it as soon as we are able.