django-cast
django-cast copied to clipboard
Improve Podlove-Web-Player Performance
- 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