cancel
Showing results for 
Search instead for 
Did you mean: 

Magento running slow

Magento running slow

Hi There,

 

Our Magento category and catalog search page is running really slow, after running profiler it turns out to be load collection (result below)

 

EAV:load_collection - 13.042037 seconds

 

Could anyone please throw some light on how to best optimise the load collection. Site is in production mode.

 

Thanks

2 REPLIES 2

Re: Magento running slow

Hi,

 

Add more memory for your MySQL database.

Like described here - https://magento.stackexchange.com/questions/151222/magento2-mysql-recommeded-configurations

 

Regards

Re: Magento running slow

Did upping memory help? In profiling, it didn't seem that the queries were taking as long as the code