I have an issue with Magento 2.4.1 backend. The front store super fast. However the backend is loading very slow. Always slow when I logged in, load order grid, load load customer grid, load product grid, edit product,edit customer address, or view order info. It took about 35 second to load any of above pages. I'm looking for a solution to speed up Magento 2 backend. any help please
Did you configure Redis for your Magento store?
You will need to make sure your server support Redis and has it installed.
You can then follow the steps below to configure it for Page Caching and Default Caching:-
https://devdocs.magento.com/guides/v2.4/config-guide/redis/redis-pg-cache.html
@JLHC wrote:Did you configure Redis for your Magento store?
You will need to make sure your server support Redis and has it installed.
You can then follow the steps below to configure it for Page Caching and Default Caching:-
https://devdocs.magento.com/guides/v2.4/config-guide/redis/redis-pg-cache.html
Yes Redis configured
Did you install php opcache, it would help speed up your backend
Yes I did.
Did you arrange Redis for your Magento store?
You should ensure your server support Redis and has it introduced.
You would then be able to follow the means underneath to design it for Page Caching and Default Caching:-
https://devdocs.magento.com/guides/v2.4/config-guide/redis/redis-pg-cache.html