Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @boozesounds

    Thank you for contacting us, It looks like you are using the AMP plugin in standard Mode.

    AMP plugin already performs all the performance optimizations that Jetpack Boost plugin does, the reason for failure in generating critical CSS is jetpack boost plugin was not able to find external CSS, because AMP already optimized and added an inline CSS.

    Following are the things that AMP already does

    1) Optimize CSS Loading: AMP plugin uses a CSS tree-shaking feature that collects, Optimizes all the CSS on a page, and adds it inline, you can learn more about CSS tree-shaking using this article.

    2) Defer Non-Essential JavaScript:
    AMP plugin does not allow any custom javascript, all the AMP scripts are optimized and required to be loaded without deferring.

    3) Lazy Image Loading: AMP plugin uses the amp-img web component which already lazy loads images.

    So, we will suggest not to use Optimization plugins such as Jetpack Boost unless you are using AMP plugin in Transitional Mode or Reader Mode.

    Thread Starter masse

    (@boozesounds)

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I use it with AMP?’ is closed to new replies.