Plugin Support
qtwrk
(@qtwrk)
are you referring to this ?
Yes, I didnt found any transients from LiteSpeed, so I was wondering how it works/if it works.
I already understood that, but why can’t I find any stored transients? When are they saved?
Plugin Support
qtwrk
(@qtwrk)
I believe transients are stored in wp_options table
Yes I know, but I didnt found any
Plugin Support
qtwrk
(@qtwrk)
really ?
nothing shows up in phpMyAdmin if you run ?
SELECT * FROM
wp_options
WHERE option_name
LIKE '%transien%'
There are some, of course, but mainly mine. Which identifier do the LiteSpeed transients have?
Plugin Support
qtwrk
(@qtwrk)
i don’t think LSCWP will create transients on its own.
I checked few test sites I have, none of them have any LSCWP transients in wp_options.
I checked mine too, no site has any transients, but for what is the code in the Plugin? 😀
Plugin Support
qtwrk
(@qtwrk)
that is related to object cache , like if you did not set “store transient” in object cache setting, then it fallback to wp’s default store transient function.