Page 1 of 1
Scalability Optimizations
Posted: Mon Nov 05, 2018 3:05 pm
by danijr
What should I do that Opencart be quite scalability.
I have 2 million products and 100 k user of the day
Please help and give advice.
Re: Scalability Optimizations
Posted: Mon Nov 05, 2018 6:47 pm
by paulfeakins
- Put it on a good server.
- Use a good caching extension.
- Use a CDN like CloudFlare.
- Optimise your database tables.
- Spread out the load, for example by sending email campaigns in small batches.
- Use PHP7.
- Use fast software on the server like memcached, LiteSpeed etc.
Re: Scalability Optimizations
Posted: Thu Nov 08, 2018 3:16 am
by danijr
Thank you Friend!
I want something on the enterprise...
Is there anything more stbilno than that? Anything on product requests and more?
Re: Scalability Optimizations
Posted: Thu Nov 08, 2018 3:18 am
by paulfeakins
danijr wrote: ↑Thu Nov 08, 2018 3:16 am
Thank you Friend!
I want something on the enterprise...
Is there anything more stbilno than that? Anything on product requests and more?
Sorry, I don't really understand the question.
Re: Scalability Optimizations
Posted: Fri Nov 09, 2018 5:31 am
by danijr
Are there any other options besides the ones you've given?
Re: Scalability Optimizations
Posted: Fri Nov 09, 2018 5:45 am
by paulfeakins
danijr wrote: ↑Fri Nov 09, 2018 5:31 am
Are there any other options besides the ones you've given?
Well, I'm sure I haven't given every possible way to optimise a PHP application off the top of my head, but that's all I can think of right now.