Speed up fetching content info by using cache#67
Speed up fetching content info by using cache#67gbhall wants to merge 1 commit into
Conversation
|
@gbhall Thanks for your contribution. 👍 Your code resolves problem, but should be improved. There are a lot of sql specific code in Please notify me if you don't want improve your PR. In this case I will implement it by myself. Sorry for looooooooong delay on your PR. |
|
Hey man, no problem :) Sorry I don't currently have any time to improve my PR. However if you have Cheers! On Thu, 28 Jul 2016 at 02:30 Alexey Danilov notifications@github.com
|
|
@gbhall thanks for response. I will get your solution as start point and will improve it as described above. |
|
No problem man, glad I could help! :)
|
Improved fetchContentInfo speed for preexisting content by using SQLite database.
This update increases fetchContentInfo()'s speed from ~500ms to 1ms.