• Resolved mcdeth

    (@mcdeth)


    Hi, I noticed today on two shops that wp_options autoload litespeed.conf.media-lqip_exc is large. No exclusions for lqip were added, I checked few and these are 404’s.

    The size of this options is 0.1 and 0.4 mb. Upon reading this thread, I’ve cleared values but how can I make sure it won’t repopulate?

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

    (@qtwrk)

    add_action( 'litespeed_optm', function() {
    if (is_404()) {
    do_action( 'litespeed_conf_force', 'media-placeholder_resp', 0 );
    }
    } );

    please try put this to your theme’s functions.php

    it should stop this option from building up on 404 pages

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