Quote:
Originally Posted by carpeperdiem
Code:
// WCM - Ensure CDSEO is enabled
db_query("UPDATE wcm_cdseo_config SET config = '1' WHERE cdseoType = 'status'");
// / WCM - Ensure CDSEO is enabled
Jon,
What exactly does this code do to server resources?
How frequently is this cycling?
Thx
J
|
It adds one database update per page load but it is a low resource query and should not make a noticeable difference of any sort.
I believe I have located the issue and am testing. Please contact me if you would like the fix now. I will provide a more comprehensive update once I am sure it is fixed.