Can i delete relation of table ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
If I delete relation of table NopSystem will lost performance ?
and I have Product more 40k page load 20sec
how to tunning performance Please tell me .
12 years ago
What exactly relation do you want to delete?
What version are you using?
12 years ago
a.m. wrote:
What exactly relation do you want to delete?
What version are you using?

I'm using Nop V.2.3
I'm delete relation of table{
Category,Product,
Product_Category_Mapping,
Product_Manufacturer_Mapping,
Product_Picture_Mapping,
Product_Picture_Mapping
Product_ProductTag_Mapping,
Product_SpecificationAttribute_Mapping,
ProductVariant,
SpecificationAttribute,
SpecificationAttributeOption
and any
}
if i delete it NopSystem2.3 will lost performance ?
Because I want update data of product not relation table
12 years ago
It will lose stability because some of these relations are configured for cascade deletion.
12 years ago
Ok thanks ,
and I have one question
About Performance
I'm used MSSQL2005 and IIS7
total product 40k my website very slow 20sec/page.
How to tunning performance it?
First i'm testing StroeProcedure of V2.5 it same slow.

Please suggestions or the best way of tunning performance?
Please tell me
12 years ago
You can disable some not used features and remove unused functionality. For example, go to admin area > configuration > settings > catalog settings > "Ignore tier prices (sitewide)", "Ignore discounts (sitewide)", "Ignore featured products (sitewide)", etc.
P.S. There're a lot of topics about other performance tips on these forums
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.