This page has about 35 video popups on it. Notice how the page loads quickly visually but the browser continues to load for a while. I’m 99% certain this is due to the volume of video popups on the page. I’m trying to fire an unrelated event on window load, but it is taking too long to happen. I think the videos are all trying to initialize before the page is done loading? If that is true, can the video loading be deferred somehow?