Open checkmate-bitch opened 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
https://stackify.com/top-11-json-performance-usage-tips/
@ZenFi Thanks. I'll check that out. Btw, I was also thinking of caching the last 2 or 3 searches to better optimize.
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