How do I prevent object cache from caching iframe?
I’m using Redis cash and the object cache plug in. I have some YouTube iframe links that I have autoplay on. After their on the page for a little while they don’t auto play anymore. But I know it’s working because it shows up when I edit, they work fine they all auto start so I’m guessing it has something to do with it being cached. I’m just wondering if anybody knows how to stop the YouTube iframe from being cached?
The contents of an iframe do not pass through your server, so I don’t know what would be caching them. Your vistors will load iframe contents directly from their source.
Hmm something’s going on yesterday they were all auto starting when I first added them and today they only auto start when I’m editing on the back end. They’re not auto starting on my phone or in chrome Firefox or edge yesterday they were all auto starting in each one of those that’s weird.