13 Comments

Instead of "nginx", would it be better to say "reverse proxy" as the general concept?

Expand full comment

we can use multi-master cache to divide the load

Expand full comment

If I have 1000 iphones in stock and 1000 buyers add it to basket (but not payed yet), what shall I do? And if 80% of them not going to buy it? I do not want to loose my profits.

Expand full comment

For the customer experience, maybe we need to decrease inventory first before doing payment...?

Expand full comment

What is TPS here ? I am noob.

Expand full comment

For high concurrency, implement load balancing to distribute the traffic evenly across multiple servers and prevent crashes due to server overloading.

Expand full comment

Having a backup system in place for high availability, so that the website can still function in case of technical issues.

Expand full comment

Performance testing to verify the system scales to handle spike in the traffic during the Black Friday event.

Expand full comment

Use gzip compression in front end to improve UI performance.

Expand full comment

I dont understand how isolating the cache and db isntance helps in this case

Expand full comment