Hi @joshuadnelson
Thank you for the quick reply, I am using the official AMP plugin, yeah, I think we should exclude script to footer plugin from running on AMP pages, I have found a similar fix for litespeed cache, I think code like this:
function_exists( 'is_amp_endpoint' ) && is_amp_endpoint() && ! defined( 'LITESPEED_NO_LAZY' ) && define( 'LITESPEED_NO_LAZY', true ) ;
could fix the issue but I don’t know the variables I should replace.
Thanks