Performance?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 年 前
Can I use this app for shop which have 1mil page per month?

Did you make any performace test?

Thanks
15 年 前
We havn't made any performance test. But 1mil page per month = 1 page per 3 sec. I'm sure that it's not a problem for nopCommerce.

P.S. We'll make several performace tests and publish results. Thank you!
15 年 前
I try add 500 cateogories and 5000 product to db. then I am not able to go to edit product in administration. (I need twice more categories and products)

I get time out on

Line 36:             DbCommand dbCommand = db.GetStoredProcCommand("Nop_ProductLoadAll");
Line 37:             db.AddInParameter(dbCommand, "ShowHidden", DbType.Boolean, showHidden);
Line 38:             using (IDataReader dataReader = db.ExecuteReader(dbCommand))
Line 39:             {
Line 40:                 while (dataReader.Read())


Source File: E:\ASP.NET\E-shop\nopCommerce_1.05\NopCommerce\Nop.Common\DAL\Managers\ProductDBManager.cs    Line: 38
15 年 前
What's your hardware configuration? Can you send us your database script (with data)?
15 年 前
Any news about this large data test ?

Thanks
15 年 前
Nothing now
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.