JSON file very slow to load on ATV2 or XIOS
#1
Hi guys,

I have a video plugin for XBMC making a call to my service api and downloading a json file (aprox. 1M) containing all the videos available for my user.
On PC or Linux, it's fine. It took 1 sec to load. But on boxes like Apple TV 2 or Xios DS, it took 12 sec min to load.
It's really slow.
I have categories, and everytime i need to display videos for a specific category, i have to reload this file. It's too slow to be usable.
I tried the standard json module and even simplejson but nothing help.

I also tried to load the file in simplecache module but it was worst than reading the file directly from the disk.

Do you have any tips to share to accelerate my plugin ?

Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
JSON file very slow to load on ATV2 or XIOS0