• Resolved dianagorecka

    (@dianagorecka)


    Hello, I should start a staging site with a clean copy (without any cache, and with original images).

    I should not keep in the staging site any optimized image, just the original ones.

    Is it feasible just deactivating the LiteSpeed plugin, or should I do some more specific operation?

    Many thanks!

    • This topic was modified 1 year, 1 month ago by dianagorecka.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter dianagorecka

    (@dianagorecka)

    Ok! So I’ll proceed in this way (delete and rename).

    Please could you tell me how to “clean up the database record about image optimization” ? I’m very bad on DB management…

    Plugin Support qtwrk

    (@qtwrk)

    DELETE FROM wp_postmeta WHERE meta_key = 'litespeed-optimize-size';
    DELETE FROM wp_postmeta WHERE meta_key = 'litespeed-optimize-set';

    something like this , but please do backup the database before you run , and better yet , run SELECT instead of DELETE to verify the result beforehand

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘How to clone site without LiteSpeed image optimization’ is closed to new replies.