You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the latest version 2.4.2 installed on magento 2.4.5-p5, I noticed an highly increased database load which is caused by the magento-cronjob.
I investigated and figured out that a high amount of database tables is created and dropped compared to not having this module installed:
Query: SHOW GLOBAL STATUS;
As a hotfix, I changed the indexer "Smart Category Product Rule" to "UPDATE ON SAVE" which reduces the load a bit.
The text was updated successfully, but these errors were encountered:
Having the latest version 2.4.2 installed on magento 2.4.5-p5, I noticed an highly increased database load which is caused by the magento-cronjob.
I investigated and figured out that a high amount of database tables is created and dropped compared to not having this module installed:
Query: SHOW GLOBAL STATUS;
As a hotfix, I changed the indexer "Smart Category Product Rule" to "UPDATE ON SAVE" which reduces the load a bit.
The text was updated successfully, but these errors were encountered: