• Resolved oli89

    (@oli89)


    Hallo,
    sorry for my massage, but I have a little problem with your plugin.
    The most thinks works realy good, but I have a problem with the JS-Data combination.

    Originaly I have 13 JS datas, your plugin combination them to 4 JS datas.
    But I can’t find any way to put this 4 JS datas together.
    I think I have try all possibilities, but nothing helps.

    I will be great to get some help from you.

    Best regards
    Oli

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    the 4 are;
    * Google Tag Manager; this is external and thus cannot be combined
    * the Autoptimize lazyload JS; this is excluded on purpose to ensure lazyload kicks in sooner rather then later, but it is loaded asynchronous so it is not render-blocking
    * the Jetpack stats JS; this is external and thus cannot be combined
    * the combined Autoptimized JS

    The only thing you *could* do to remove the lazyload JS is use below code snippet;

    
    add_filter( 'autoptimize_filter_imgopt_lazyload_js_noptimize', '__return_false' );

    hope this helps,
    frank

    Thread Starter oli89

    (@oli89)

    Der @optimizingmatters/frank,
    thanks very much for your fast answer.

    Sorry that I contact you again, my knowleg about adding codes is not the best. Can you please tell me where I should add your snippet?

    Thanks very much for your help.

    best regards
    Oli

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    The easiest & safest solution is using the code snippets plugin 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘4-5 JS Datas not puted together’ is closed to new replies.