serhii73/find_the_site

Adding Caching to improve performance in case of repeated searches in the same issue

Closed this issue ยท 3 comments

Current implementation computes search results again and again even though the search parameter is same.
I think we could gain a performance improvement in the code if we could cache the search results per session. (ie. per import).
I have run a simple timing on the module without caching and with caching and we can see that with caching the result is so much better
pic

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.97. Please mark this comment with ๐Ÿ‘ or ๐Ÿ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Assign me to the issue and I can enable caching.

Thank you very much!