Igor Wulff
Igor Wulff
We've decided to just remove the following logic with a patch from the Virtual Category router (vendor/smile/elasticsuite/src/module-elasticsuite-virtual-category/Controller/Router.php): ``` $categoryRewrite = $this->getCategoryRewrite($identifier); if ($categoryRewrite) { $request->setAlias(UrlInterface::REWRITE_REQUEST_PATH_ALIAS, $identifier); $request->setPathInfo('/' . $categoryRewrite->getTargetPath()); return...
Hi @AleksLi I have applied the latest changes in this PR and notice an issue when creating an invoice from at least the backend: `1 exception(s): Exception #0 (Exception): Warning:...
Hi @mflott do you know what the impact is of removing the `AND (num_results > 0)` part? Or do you have any other suggestion to improve this? We are seeing...
This issue is still relevant.... a suggestion to fix this was added by @mattijv and should be checked by Magento.
We notice the same issue with various Mirasvit modules. Had to downgrade as @bogdan-soroka-monsoonconsulting mentioned to be able to continue.
We've had similar issues that were caused by an badly written query. Could be the same? https://github.com/magento/commerce-data-export/issues/24 I'm not sure how versions are exactly handled with commerce releases, but could...
Any updates on this? It has been a while since this PR was send-in for review.
Hi @qsolutions-pl I did some tests. For a single store with a lot of configurations I see Magento being busy for 8ms or so when having the cache warmed and...
@hostep We have seen similar issues with Redis after use_lua was by default set to 1. We had to set it to 0 again, to stabilize Redis read timeout errors...
This seems to be caused by a conflict entry that was added for magento/product-community-edition: "conflict": { "paypal/module-braintree": ">=4.7.0" }, The above is a meta-package and we can safely keep it...