magefan / magento-2-pos-system

Leverage your offline and online stores more effectives in real time with the Magento POS System. Clean design, straightforward interface and simle management.
https://magefan.com/magento-pos-system
3 stars 0 forks source link

Magento 2 POS terminal is too slow on Magento 2.4.7 #1

Open MagefanCustomer opened 2 weeks ago

MagefanCustomer commented 2 weeks ago

After we updated Magento to the latest version POS terminal started working too slowly. Is it a known issue?

magefan commented 2 weeks ago

Magento 2.4.7 uses the GraphQl endpoints in various processes. Our Magento 2 POS correspondingly relies on those endpoints in certain tasks too. 

However, Magento 2.4.7 and higher are known to have a problem with these endpoints being loaded for too long. Here is the reference: https://github.com/magento/magento2/issues/38668.

So, to fix this issue, navigate to the app/etc/env.php and change the 'use_lua' value to false like in:

'use_lua' => false