Problems regarding litespeed_cssjs
-
Hello, I am having problems with
litespeed_cssjsgrowing more than I expected (reaching 1 Million record with 33K distinctrefers. and for onereferthere are 33417 records! From those 33417 records, 7085 have the exact samesrc.) I read the code and you are using$wpdb->replace()which itself usesREPLACE INTO. But in table structure oflitespeed_cssjsthere is an auto incremented columnidand other UNIQUE keys and you are not passing theidto$wpdb->replace()thusREPLACE INTOand to my knowledge this way of usingREPLACE INTOwould 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.
The topic ‘Problems regarding litespeed_cssjs’ is closed to new replies.