• Resolved Anonymous User 16052280

    (@anonymized-16052280)


    Hi Gabe,

    Asset CleanUp is not detecting the Lazy Load by WP Rocket plugin.

    I tried different configurations (Direct / WP Remote Post / Manage in the Front-end) but the plugin is nowhere to be found in the assets list.

    Can you provide some feedback on this? Is this Asset CleanUp’s normal behaviour?

    Thank you,
    Andrei

Viewing 1 replies (of 1 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @andrei0luca I’ve checked the source code of the plugin and the JS file, as well as other inline code, are not enqueued via wp_enqueue_script(). So, yes, this is Asset CleanUp’s normal behavior. The “Lazy Load by WP Rocket” plugin’s generated code can be altered via hooks (e.g. it uses the apply_filters() function), just so you know, though I couldn’t locate a hook that will allow complete removal.

    However, to remove it completely (not even its PHP code to be processed), consider using “Plugin Organizer” plugin which allows you to stop loading the whole plugin in specific pages.

    • This reply was modified 6 years, 11 months ago by Gabe Livan.
Viewing 1 replies (of 1 total)

The topic ‘Not detecting lazy load plugin’ is closed to new replies.