• Hi,

    I found the “LCP Image to preload” a great solution. But it isn’t available for products. Maybe I’m missing something? How can I activate it?

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

    (@optimizingmatters)

    had not tried this myself yet, but below code snippet should accomplish this @piergio1 ;

    
    add_filter( 'autoptimize_filter_metabox_screens', function( $screens ) {
        $screens[] = 'product';
        return $screens;
    }, 10, 1 );

    hope this helps,
    frank

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.