Kodi Community Forum
lazy loading on kodi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: lazy loading on kodi (/showthread.php?tid=366602)



lazy loading on kodi - nero12 - 2022-01-19

Does anyone know if kodi support lazy loading for plugins ? 

This will make kodi load the plugins faster. would love to know more about it.


RE: lazy loading on kodi - nero12 - 2022-01-20

Anyone?


RE: lazy loading on kodi - enen92 - 2022-01-20

Not at the moment, plugin implementation is completely synchronous.
You might have some luck with scripts but that requires you to design the interface (and some important hooks for lazyloading might be missing too - i.e. you might not be able to catch some important events like control focus, etc)


RE: lazy loading on kodi - nero12 - 2022-01-28

Thank for feedback!