Ignore certain inline JS?
-
Hello,
My website immediately after the
<body>tag has a snippet of code to check for webp compatibility. This little piece of code must go immediately after the <body> tag to reduce the Largest Contentful Paint (LCP) as per Google’s specifications.No matter what I do, Breeze takes this code and places it into a .js file combined with other JavaScript code. Is there a little piece of code Breeze uses to “skip” doing this for inline code?
i.e.
<script data-breeze="skip">Any advice is welcome.
Thanks,
S.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Ignore certain inline JS?’ is closed to new replies.