• Resolved ramon302

    (@ramon302)


    Using this for adding some basic tracking pixels. Tbh, wondering if u guys load these scripts async by default or do I need to add that manually? Just trying to keep things fast. Lmk, thanks

Viewing 1 replies (of 1 total)
  • Plugin Support markomiljanovic

    (@markomiljanovic)

    Hi @ramon302,

    WPCode outputs your snippet code exactly as you paste it, so we don’t automatically add async or defer to script tags. If you’d like a script to load asynchronously, you’ll want to add async or defer directly to the tag yourself, like <script async src=”https://example.com/pixel.js“></script>.

    Let me know if I can provide more info!

    Thanks,

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.