Viewing 1 replies (of 1 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi @sigagan,

    Thanks for using our plugins.

    Our plugin checks if the Lity library is loaded by your theme or any third party plugin. If so, our plugin uses the loaded library but if it’s not loaded it just loads the library via JavaScript. This is the reason why the Autoptimize can’t combine these files to your main file.
    In our plugin’s Help section you can find hooks and filters to load the Lity library without JavaScript and prevent this extra check.

    You can add the following code snippet to your functions.php

    add_action( 'gdpr_enqueue_lity_nojs', '__return_false' );

    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Speed Boost suggestion’ is closed to new replies.