-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
performace optimisation / delayed Javascript #88
Comments
Hey, this isn't really a generic issue with the web player it is more related to the Wordpress integration. I tried lazy loading but had issues with all the different themes. So I don't think that this is solvable in a generic way :/ |
I'd like to understand why are these 3 ... 7.js files and why they are loaded so lately. Overall: As you can see the webplayer causes 30% of the JS traffic on my site and is responsible for a high portion of blocking time and time to interactive. So i would really like to optimize that. |
The |
Hello,
actually I look into performance optimisation of my site. I wonder how I can optimise the Podlove Webplayer.
Deactivating the Podcast Webplayer reduces the "Total Blocking Time" from 1.2 seconds to 470 ms. And the "Time to Interactive" from 3 to 1.4 seconds. That's what I like to get into.
What I see at GTmetrix is the following behaviour:
When I try to delay the loading of the Javascript files the webplayer stops working or it has no effect.
I would be more then happy if you could provider me advise how to speed it up or if you can optimise the loading overall.
Thanks,
Robert
The text was updated successfully, but these errors were encountered: