Alastair Mucklow
Alastair Mucklow
Ah - there's a newer config file here: https://github.com/shopware/platform/blob/trunk/ecs.php which is no doubt what we should be using. Remove /easy-coding-standard.php?
@roby0404 Thanks, what is your Magento version please? We had to make some changes to accommodate 2.4.8 in that release. Downgrading best for now.
Our latest code is definitely intended to work in 2.4.7-p5. Can I ask that you raise a ticket for this via https://support.dotdigital.com/en/ please? We may need some more details about...
@roby0404 Hi, this is now resolved by https://github.com/dotmailer/dotmailer-magento2-extension/commit/664fe9d58257b31e79c68d34ce8b587f190e0deb and released. The latest metapackage has the fix.
Hi, any update on this? Latest images are still not available to resolve this issue: https://github.com/magento/magento-cloud-docker/pull/367/
@pavelshulga plenty of good improvements here which we will aim to include in the coming sprints. 👍
@pavelshulga We have released some performance improvements for the Email module in [v4.28.0](https://github.com/dotmailer/dotmailer-magento2-extension/releases/tag/v4.28.0). These include your suggestion of [preloading the category tree](https://github.com/dotmailer/dotmailer-magento2-extension/commit/ac12dd6063451a7f6e177b3b427cad0d014d94bc). The most beneficial changes came with [adding caching](https://github.com/dotmailer/dotmailer-magento2-extension/commit/dc7eaeac11fa659470b7634af899bd6783b20662)...
Update - this appears to be a problem relating to EWWW Image Optimizer. `windows_azure_storage_wp_generate_attachment_metadata` is hooked after `EWWW\Background_Process::handle` runs, and under certain conditions, both `$data['sizes']` and `$data['original_image']` are empty, meaning...