I've encountered a bizarre issue that's driving me nuts.
For some unknown reason, the smarty cache (PS_SMARTY_CACHE in configuration) becomes active at random times throughout the day.
I've searched the source files, both in core and modules, to locate where this might be happening (PS_SMARTY_CACHE and SMARTY_CACHE) and I simply can't find it.
I searched for Configuration::updateValues/set etc. changes and direct changes to the configuration table in the database.
Furthermore, I'm the only one with rights to access the AdminPerformanceController, so it's not a manual change.
Right now, I have set up a CRON job to check the value and email me when the value changes. The last time it happened was Saturday evening at 21:05
This time doesn't match any CRON job that I have running, and no one is active in the store at this time (other than customers).
The problem is our server suffers a slow death when the file cache starts to build up large due to our catalog of over 4 million products.
The issue started happening a couple of months ago. I'm running TB 1.4 (this issue did not start after an update).
For now, I've set up the CRON job to disables the cache whenever it becomes active … That works … but would REALLY appreciate it if anyone has any input about why/where this is happening?! 😄
Question
braffas
Hello!
I've encountered a bizarre issue that's driving me nuts.
For some unknown reason, the smarty cache (PS_SMARTY_CACHE in configuration) becomes active at random times throughout the day.
I've searched the source files, both in core and modules, to locate where this might be happening (PS_SMARTY_CACHE and SMARTY_CACHE) and I simply can't find it.
I searched for Configuration::updateValues/set etc. changes and direct changes to the configuration table in the database.
Furthermore, I'm the only one with rights to access the AdminPerformanceController, so it's not a manual change.
Right now, I have set up a CRON job to check the value and email me when the value changes. The last time it happened was Saturday evening at 21:05
This time doesn't match any CRON job that I have running, and no one is active in the store at this time (other than customers).
The problem is our server suffers a slow death when the file cache starts to build up large due to our catalog of over 4 million products.
The issue started happening a couple of months ago. I'm running TB 1.4 (this issue did not start after an update).
For now, I've set up the CRON job to disables the cache whenever it becomes active … That works … but would REALLY appreciate it if anyone has any input about why/where this is happening?! 😄
Best regards
Kasper
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now