• Resolved lskostas

    (@lskostas)


    Hello Litespeed authors,

    I am using Litespeed Cache (version 3.6.4) and the Mysql table “wp_litespeed_cssjs” is
    getting bigger and bigger every day. (eshop with WooCommerce,Elementor)
    So in order not to increase the table size every once in a while I am doing a
    Litespeed Cache > Database Maintenance > Cleaning all.
    If I do not execute “Maintenance > Cleaning all” the table might reache even 4.7GB!
    a) Why this is happening? Is it a bug ?
    b) How can I periodically execute “Maintenance > Cleaning all”
    without to do it manually in the WordPress backend ?

    Much apreeciate your help on this

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

    (@qtwrk)

    Hi,

    1) please check this page

    it’s not exactly as a bug , but more like unexpected result

    the core reason is if your page has some random string in JS/CSS , it will force plugin to generate a new combined files for each page , which will consume quite some disk space alone with database row

    the fundemental fix is to exclude these random string , a simpler fix is disable combine inline/external JS/CSS

    you can also try upgrade to v4.x , it should improve this situation as well

    2) can’t do it for DB maintenance only , but you can use cron job to call a purge all action , that should elimate everything

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘wp_litespeed_cssjs table is getting enormous big’ is closed to new replies.