Performance optimisation is performed when the performance of your Backend service or your Frontend application is not great. It could be slow Database queries or the application crashing every now and then when there’s a high amount of users visiting your website at the same time.
Backend
One of the performance optimisation techniques that are used on the backend, and are quite common is Database Indexing.