Will push these changes to live, but when I first load calendar pages on the website, the events aren't being pulled. I suspect it is wp rocket this site is utilizing and currently I have these scripts set to be exempt from delay.
Am I missing a file responsible for grabbing events? If you hit refresh on the calendar page it works just fine. Just not on first load with wp rocket.
It seems like IF I just turn off minify scripts, it fixes the issue. I don't think that is probably saving me that much load time. I'll just turn it off for now, thank you.
Will push these changes to live, but when I first load calendar pages on the website, the events aren't being pulled. I suspect it is wp rocket this site is utilizing and currently I have these scripts set to be exempt from delay.
/wp-content/plugins/stachethemes_event_calendar/assets/js/(.*).js
/wp-content/plugins/stachethemes_event_calendar/assets/js/single-page/(.*).js
/wp-content/plugins/stachethemes_event_calendar/assets/js/libs/(.*).js
/wp-content/plugins/stachethemes_event_calendar/assets/js/front/stec.min.js
/wp-content/plugins/stachethemes_event_calendar/assets/js/front/stec-adds.min.js
/wp-content/plugins/stachethemes_event_calendar/assets/js/libs/chart-2.8.0.min.js
/wp-content/plugins/stachethemes_event_calendar/assets/js/front/caldata.js
Am I missing a file responsible for grabbing events? If you hit refresh on the calendar page it works just fine. Just not on first load with wp rocket.
Try disabling JavaScript file optimizations in your WP Rocket settings to rule it out as the root of the problem.
Stachethemes Developer
It seems like IF I just turn off minify scripts, it fixes the issue. I don't think that is probably saving me that much load time. I'll just turn it off for now, thank you.