Quazz
Quazz
@seansan Did 3.2 work?
In what way does LestiFPC store its cache for you? Files? Redis?
I find this happens when block html cache is enabled and you happen to load the http site first. Disabling html block cache solves this issue entirely for me, something...
The only way to "fix" this I've found is to enable customer group caching. Since guests and logged in users are by default in different groups, it's forced to load...
You could also define a memory limit in your Redis service config
Current implementation doesn't allow this. Imo, their current logic is incorrect/insufficient. They link sourcecode to shipment, because they assume each "source" handles their shipping on site. But ultimately such consideration...
I have something similar, but on Opensource version (and Magento 2.4 (same thing happened on 2.3.5), Mariadb 10.4 (same thing happened on 10.3), not using flat tables) In total the...
I turned on explain in slowquerylog, this shows us why this query is so slow, but not why it happens of course: [explain.txt](https://github.com/magento/inventory/files/5573761/explain.txt) Attached the explain plan in txt file....
Was able to catch one as it was happening. I changed the categories assigned to a product and saved the product. On another tab I was browsing on our site...
Issue goes away entirely when removing the related products blocks with a layout file. We don't even use related products but there you go.