Quazz
Quazz
An alternative way to remove the double join is this: https://github.com/magento/magento2/issues/36667#issuecomment-1790246996 Also there's an entire MariaDB discussion about this (unresolved): https://jira.mariadb.org/browse/MDEV-32033?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&showAll=true Unfortunately even though these actions improve the situation a...
Seems like PHP runs out of memory. I had it set to 1024M by the way. Does this keep everything in memory until it's done?
Hi, @Frank-Magmodules We have a similar need, for a few reasons: - Warranty concerns (sometimes there's a timelag between when the invoice is created and when we can deliver the...
Best option is likely to move the responseplugin to hook in on Magento\Framework\View\Result\Layout instead (with high sortorder so it goes last), this one will get cached by Pagecache
You need to add that cron job to where you added the initial configuration to run magento's cron scheduler. Magento's cron scheduler only runs internal jobs (aka it needs to...
https://github.com/AOEpeople/Aoe_CacheCleaner
Same thing happens when using "Save & Duplicate" on a product with custom options on 2.4.5
https://github.com/magento/magento2/blob/0a834cce01c3d924d450c9a71123d9ac6de68b62/lib/internal/Magento/Framework/DB/Ddl/Table.php#L238 Would also need changes, otherwise you'll get mismatched collations which will kill your performance.
The order state should be checked rather than the status to begin with; no clue how this got greenlit. You can make custom order statuses for a singular order state....
This needs to be checked again. The referenced commit never made it in, instead some other stuff was done, but the needed change appears to not have been applied. The...