• Resolved MANA co.

    (@manaco)


    Hello, I am having problems with litespeed_cssjs growing more than I expected (reaching 1 Million record with 33K distinct refers. and for one refer there are 33417 records! From those 33417 records, 7085 have the exact same src.) I read the code and you are using $wpdb->replace() which itself uses REPLACE INTO. But in table structure of litespeed_cssjs there is an auto incremented column id and other UNIQUE keys and you are not passing the id to $wpdb->replace() thus REPLACE INTO and to my knowledge this way of using REPLACE INTO would not work properly. I will be happy to be notified of your response. This was all just to contribute to the great plugin and web server.

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

    (@qtwrk)

    Hi,

    thanks for your attention

    soon we will release the new version which has this table dropped and handle it in different ways

    Best regards,

Viewing 1 replies (of 1 total)

The topic ‘Problems regarding litespeed_cssjs’ is closed to new replies.