Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MagefanCustomer opened this issue Jun 19, 2024 · 1 comment
Open

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

MagefanCustomer opened this issue Jun 19, 2024 · 1 comment

Comments

@MagefanCustomer
Copy link

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

@MagefanCustomer MagefanCustomer changed the title Magento 2 POS Terminal is Too Slow on Magento 2.4.7 Magento 2 POS terminal is too slow on Magento 2.4.7 Jun 19, 2024
@magefan
Copy link
Owner

magefan commented Jun 19, 2024

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: magento/magento2#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants