• Resolved rudolfl

    (@rudolfl)


    Hi,

    Is there a way to clear all VPI on all pages/posts? “Clear all cache” doe snot seem to clear VPI on woocommerce products.

    I re-designed header on the website and it now contains new images.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support qtwrk

    (@qtwrk)

    unfortunately for now it doesn’t have such action

    but you can run DELETE FROM wp_postmeta WHERE meta_key = 'litespeed_vpi_list'; in phpmyadmin to delete all the VPI

    but please do make a backup of DB beforehand.

    Same problem for me, but the query solves partially.
    As tested on a pair of my sites the query empty “Viewport Images” but leaves untouched “Viewport Images – Mobile”
    How can I do?

    • This reply was modified 10 months, 1 week ago by paolosanta.
    • This reply was modified 10 months, 1 week ago by paolosanta.
    Plugin Support qtwrk

    (@qtwrk)

    huh? you mean the query didn’t clean out the mobile VPI ?

    Yes, you get it !

    • This reply was modified 10 months, 1 week ago by paolosanta.
    paolosanta

    (@paolosanta)

    Solved, two query are needed to clean up both list:
    DELETE FROM wp_postmeta WHERE meta_key = ‘litespeed_vpi_list’;
    DELETE FROM wp_postmeta WHERE meta_key = ‘litespeed_vpi_list_mobile’;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Clearing all VPI?’ is closed to new replies.