cancel
Showing results for 
Search instead for 
Did you mean: 

How To increase performance for Magento2

How To increase performance for Magento2

Dear Support,

 

We have newly setup Magento2 for Our online shopping website, and we found 30 to 40-sec gap to display new website. FYI, we had already integrated with Redis cache on AWS but still, the same issue, would anyone support us on this.

 

Thanks in advance

 

Regards,

Mohammed

7 REPLIES 7

Re: How To increase performance for Magento2

There are many possible causes to a website slowdown and some of them includes:-

  • Server level software not properly tuned or optimized for Magento 2
  • Maxing out your resources like CPU and RAM
  • Customizations, extensions and/or themes slowing things down
  • A high number of traffic or products/SKUs

How many products/SKUs do you have? 

 

Are you anywhere near to the CPU and RAM limit of the server? 

 

You may be able to find out the cause of the slowness of your Magento 2 store by using the built-in Magento profiling tool and also test your website with speed test tools like GTMetrix and WebPageTest.

Re: How To increase performance for Magento2

Hi,

 

Thank you for your response

Server resources are okay.

As per below recommendation, we will check let you know soon.

 

Thanks in advance

 

Regards,

Mohammed

Re: How To increase performance for Magento2

Hi,

 

We have Redis cache and integrated with magento2 but still, a performance issue.  What could be the reason, I use GTmetrix to analyze the website page speed score of 9%.

 

Regards,

Mohammed

Re: How To increase performance for Magento2

Hi,

 

Thank you for your response

If Magento2 is not integrated with any cache engine, it will cause the Performance problem? and what will happen if we use the development version, not production? how to set up AWS redis and magento2 env.php file?

 

Thanks

 

Regards,

Mohammed

Re: How To increase performance for Magento2

Double check that the Magento caches are all enabled:

 

php bin/magento cache:enable

With those off, 30-40 second page load times can happen.

Re: How To increase performance for Magento2

Hi everyone,

 

Thank you for your prompt response

We are working on the file compression, and we will let you know the update.

 

I tried to execute "chmod -R 755 var pub generated/cod/*" and other commands

this command should execute in second, but it takes more than 20 minutes and sometimes not executed and I have to terminate the session, what could be the reason?

 

 

Regards,

Mohammed