Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    I would advise against using the AMP plugin… it’s broken and a lot of my clients have had problems with SEO because of it.

    Having said that, this looks like a bug on my plugin that it’s not checking if the scripts to defer are already deferred or asynced.

    Be advised that I do have a warning that something might break when you use it, unless you know exactly that you don’t need jquery and other scripts to do anything until after the page is loaded (take a look at the developer tools for errors on chrome).

    You cannot defer the scripts if your page executes jquery as it loads… if you defer jquery, that code that is inlined on your theme won’t work and you will get an “undefined something” error on the console.

    Will take a look at this bug asap.

    Plugin Author Raul P.

    (@alignak)

    Fixed this and a couple of other things on version 1.2.6

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘AMP v0.js with defer issue’ is closed to new replies.