You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that the problem is in speed of reading the file from disk/flash. With each call of the function, the file is read from disk/flash and then the cached data is searched in the readed data.
Try using mem_cached decorator instead of the cached decorator. It saves data to the Kodi memory and access to this information will be faster.
Some users do report a cache performance issue with your plugin.
It seems that it is not correctly cleared when it is expired; is that a known issue ?
See rickybiscus/plugin.video.auvio#22
Thanks !
The text was updated successfully, but these errors were encountered: