• Andrew Lazarev

    (@andrewlazarev2022)


    U may increase LCP of Ur site by change in page.php and single.php:

    <?php echo get_the_post_thumbnail($post->ID, 'popularis-img'); ?>

    to

    <?php echo get_the_post_thumbnail($post->ID, 'popularis-img', array('loading' => false)); ?>

    to off lazyload of thumbnail image

  • The topic ‘Increase LCP’ is closed to new replies.