checkmate-bitch / QWiki

An extension that lets you check out that interesting term in your current page through Wikipedia without leaving the page.
MIT License
8 stars 0 forks source link

Optimize for speed #4

Open checkmate-bitch opened 7 years ago

checkmate-bitch commented 7 years ago

Because the program depends on Wiki API, that creates a bottleneck. Need clever optimization or caching methods like using 4 Least Recently Used in Chrome local storage. Or maybe change something in the way you parse the JSON response

EC-O-DE commented 7 years ago

https://stackify.com/top-11-json-performance-usage-tips/

checkmate-bitch commented 7 years ago

@ZenFi Thanks. I'll check that out. Btw, I was also thinking of caching the last 2 or 3 searches to better optimize.