Optimize nopcommerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi,
There are lots of entity and their service which have no uses in my customized project.for eg. some plugin. some services etc. Can i remove it so that solution works without any issue.
4 years ago
Yes, you can remove unused plugins, and it's suggested to do that.
4 years ago
Also there are lots of unused entity affiliate ,blog their mapping and their services which are not used in my case.
my query
1.whether it will give error
2.will it improve performance of the website?
4 years ago
1. It will not give any error, if you can remove them perfectly. For example, affiliate is connected with Order, Customer. So if you want to remove affiliate, then you have to resolve these entities also.
2. Definitely performance will be better.
4 years ago
shailendra.kushwah wrote:
Also there are lots of unused entity affiliate ,blog their mapping and their services which are not used in my case.
my query
1.whether it will give error
2.will it improve performance of the website?


First of all, it's interference in the source code, so no one will guarantee that third party plugins or themes will work. A good practice is to don't modify the source code of solution. There are better ways to optimize nopCommerce, instead of interfering the structure of it. Unused plugins can be removed, this action won't affect on the general store work. But to be honest, if you use only plugins provided by nopCommerce Team out of the box, you can be sure that they optimized them well, so the store shouldn't be slowed down.

Follow this guide, provided by nopCommerce Team, it will help you to improve the nopCommerce performance. For the majority of stores it will be enough, in some larger marketplaces you will be forced to optimize your database also, so it would be better to hire a specialist to achieve that.

Best,
Patryk
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.