• Resolved wwpark

    (@wwpark)


    We can exclude pages from optimization under Page Optimization > Tuning. But do we have the same function for Image Optimization > Tuning? The use case is to exclude a page, so that the images in that page won’e be replaced by WebP image.

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please add this to your wp-config.php , next line after <?php

    if (strpos($_SERVER['REQUEST_URI'], "xxx") !== false){
                define( 'LITESPEED_CONF', true );
                define( 'LITESPEED_CONF__IMG_OPTM__WEBP', false );
    }

    replace xxx to your page URL

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to exclude pages in image optimization?’ is closed to new replies.