- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We resolved this with APC cache - now it's ok.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Still stuck? Check out our documentation: http://magento.com/help/documentation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento very slow loading since upgrade to 1.9.1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Still stuck? Check out our documentation: http://magento.com/help/documentation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento very slow loading since upgrade to 1.9.1
Tried also that, no change ...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
Kent Christiansen | Magento Certified Solution Specialist
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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