django-cast icon indicating copy to clipboard operation
django-cast copied to clipboard

Improve Podlove-Web-Player Performance

Open ephes opened this issue 1 year ago • 0 comments

  • Avoid blocking the main thread by initializing the player on "load" instead of "DOMContentLoaded" event
  • Use IntersectionObserver to defer initialization until player div is visible

ephes avatar Oct 30 '24 13:10 ephes