cancel
Showing results for 
Search instead for 
Did you mean: 

Magento very slow loading since upgrade to 1.9.1

SOLVED

Magento very slow loading since upgrade to 1.9.1

Hello to all!

 

I have problem, that magento CE gets very slow if I upgrade it from v1.7 to 1.9.1.  

 

I get aprx. 8 seconds just to show first page, on v1.7 this is max. 2 seconds.

 

Can you point me in which direction should I explore and what should I check?

 

I deleted all in cache folder, I cleaned cache and reindexed - but situation was the same.

 

Thanks!

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento very slow loading since upgrade to 1.9.1

We resolved this with APC cache - now it's ok.

View solution in original post

7 REPLIES 7

Re: Magento very slow loading since upgrade to 1.9.1

Hi,

without access to the webstore I can't say very mutch, but you can start checking the logs (var/logs/) to see if there is any error/warning messages.

Them you can use some tools like Yslow to check if you can make some improvements.

Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: http://magento.com/help/documentation

Re: Magento very slow loading since upgrade to 1.9.1

I checked var/logs and there is no errors. Page is working ok, but incredably slow... I will try yslow...

Re: Magento very slow loading since upgrade to 1.9.1

If you are running on apache server you can try to increase memory limit on .htaccess.

 

php_value memory_limit

 

Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: http://magento.com/help/documentation

Re: Magento very slow loading since upgrade to 1.9.1

Tried also that, no change ...

Re: Magento very slow loading since upgrade to 1.9.1

A couple of thoughts:

 

Server setup / hosting ?

Theme installed ?

Modules / extensions ?

 

Are all these up to date with the version 1.9.x ?

 

-- Best regards --
Kent Christiansen | Magento Certified Solution Specialist

Re: Magento very slow loading since upgrade to 1.9.1

We resolved this with APC cache - now it's ok.

Re: Magento very slow loading since upgrade to 1.9.1

If you have resolved this with APC Cache then you may want to consider Redis as your next step,

 

You can use Redis Cache for both backend cache & sessions, this can have a significant performance increase over APC