-
- YoavKutner

-
Total Posts: 469
Joined: 2007-08-08
|
@webfxmasta - we are currently working on improving performance and are testing on large catalogs as well. If you would like to PM me your store info we can take a look at your specific installation.
Thanks
yoav
|
| |
|
 |
 |
 |
|
|
-
- sino

-
Total Posts: 13
Joined: 2008-04-22
|
Thats good to know that it is being worked on. I am on a dedicated server, and I experience the slowness, 20 seconds, 10 if lucky.
|
| |
|
 |
 |
 |
|
|
-
- pbreit

-
Total Posts: 2
Joined: 2007-09-03
|
Bump.
I think this is a very important topic. As impressive as the Magento system is, it is simply not usable “out-of-the-box”. The out-of-the-box experience needs to have much, much better performance.
I think it is a reasonable approach to get the 1.0 version out before making all the performance optimizations but the optimizations are going to have to come very soon or users will try it once and bolt.
|
| |
|
 |
 |
 |
|
|
-
- velocis

-
Total Posts: 8
Joined: 2008-04-22
|
I am in the same boat. I am hoping to launch my store in the next month or two and am just crossing my fingers that the Magento team can give us something useful here.
I know there are probably a lot of improvements I can make to the MySql/Apache setup that will help, but where do I start?
I am using a VPS at Slicehost with 256mb ram, and will have a relatively small catalog starting out. Right now I only have 3 products and a few categories and the first time page load is horrendous.
Monkey Wrench Automotive
|
| |
|
 |
 |
 |
|
|
-
- bydesign

-
Total Posts: 1
Joined: 2007-11-30
|
Well I’m glad to see I’m not the only one scared by performance issues. What I really need to be able to use magento for our store (1000+ products) is some real case studies of large companies with large inventories using the production release of magento successfully. I was very excited to see Alpedia’s interview, but was disappointed to see that they had to make many changes to the core code of magento for performance reasons.
My company would be open to paying varien for installation and performance optimizations if we could see some evidence that it would pay off in the end. Please, varien, please provide more case studies, performance reports, and proof that a large, scalable store can be deployed with magento!
|
| |
|
 |
 |
 |
|
|
-
- Loïc

-
Total Posts: 52
Joined: 2007-12-19
Paris, France
|
I’m currently setting up my store using magento, but I’m keeping an eye on posts like this, hoping a solution will be found by the time I’m ready.
performance is very important.
|
| |
|
 |
 |
 |
|
|
-
- yogabasics

-
Total Posts: 18
Joined: 2008-04-07
|
To solve the problem we have updated the proxy.php file.
Is this fix still relevant with the latest release?? I am running Magento ver. 1.0.19870 and would like to know if updating the proxy.php file is still considered a fix.
|
| |
|
 |
 |
 |
|
|
-
- srinigenie

-
Total Posts: 392
Joined: 2008-02-04
|
@yogabasics --- the fix is available in the the release you are running ..so you needn’t replace the proxy.php
|
| |
|
 |
 |
 |
|
|
-
- CalinT

-
Total Posts: 11
Joined: 2008-04-11
|
Hi there,
I had the same problem with the load time of my homepage. It only appeared after importing like 1,000 products, when first load’s time get ridiculous (to like 40seconds). After first page loading everything worked fine, though. Anyway the proxy.php file helped a lot. Check it ou http://epinvest.t-e-a.ro
Thank you Yoav
|
| |
|
 |
 |
 |
|
|
-
- CalinT

-
Total Posts: 11
Joined: 2008-04-11
|
Actually no. It did no good. Sorry! It was just a MySQL Query Cache that seemed to improove things, but for any INITIAL load of the homepage the problem persists.
I found out that the problem resides in the New Products block being loaded on the homepage. It’s all about the the MySQL querry being too intricate. Replicating the same query but using one temporary table to filter results (current date being between new_from_date and new_to_date) before applying the INNER and LEFT joins for selecting images, product status, product visibility and special prices seams to fix the problem (query takes 2seconds as oposed to like 50+ seconds). What I don’t know is how to do that using the new products block model without writing a custom MySQL query to fetch the results. Any ideas?
|
| |
|
 |
 |
 |
|
|
-
- robson_cyco

-
Total Posts: 1
Joined: 2008-05-11
|
I think the demo store of Magento should be a performance example. When I navigate in the store demo, I get discouraged.
If the creators of Magento don’t manage to do the example of the store to be fast then we are that won’t get.
|
| |
|
 |
 |
 |
|
|
-
- luxer

-
Total Posts: 4
Joined: 2008-01-07
USA
|
Hi all, i have same problem with sped up my distro magento, my site running slow,
Any one have any idea how we can get the sped up?
i have download file proxy.php where nafnaf1000 is used for his web, Can i used this file too for get sped up my site?
|
| |
|
 |
 |
 |
|
|
-
- Nexus Rex

-
Total Posts: 14
Joined: 2008-07-10
Utah, USA
|
Varien,
Your lack of comprehensive responses on this topic is worrisome. Do you know exactly why Magento is so dang slow on most servers, and decent on others?
I have setup two installations on different dedicated servers (one with Rackspace, the other with Softlayer) and both were very slow from the get go (6-9 second page loads).
-------------------------------------------------
Page loads measured at:
http://internetsupervision.com/scripts/urlcheck/check.aspx
-------------------------------------------------
I installed APC on both servers, and Magento on my Rackspace server appears to have no change, yet Magento on my Softlayer server has dramatically improved with response times under 2 seconds for almost every request.
-------------------------------------------------
Dev site on Rackspace server:
http://shop.specialopspaintball.com/
Dev site on Softlayer server:
http://dev.flyaoamedia.com/
-------------------------------------------------
Please Varien, just be straight with us? Tell us the cause of the problems you know about and let us help to get this fixed. The Magento shopping cart is unbelievably powerful, and it’s very clear that Varien has some serious talent working on this project.
I feel like I can’t give up on Magento!
|
| |
|
 |
 |
 |
|
|
|
|
-
- edesigninc

-
Total Posts: 17
Joined: 2008-03-14
Fresno, CA
|
Can you provide the exact file path and line numbers where this needs to be edited? A replace this: {code} with this: {code} would also be helpful. Thanks.
CalinT - 04 June 2008 03:53 PM Actually no. It did no good. Sorry! It was just a MySQL Query Cache that seemed to improove things, but for any INITIAL load of the homepage the problem persists.
I found out that the problem resides in the New Products block being loaded on the homepage. It’s all about the the MySQL querry being too intricate. Replicating the same query but using one temporary table to filter results (current date being between new_from_date and new_to_date) before applying the INNER and LEFT joins for selecting images, product status, product visibility and special prices seams to fix the problem (query takes 2seconds as oposed to like 50+ seconds). What I don’t know is how to do that using the new products block model without writing a custom MySQL query to fetch the results. Any ideas?
|
| |
|
 |
 |
 |
|
|