PERF05 Performance Optimization
In performance optimization, avoid "premature optimization". Our basic strategy is to first make the system work, then consider how to make it faster. Optimization should generally only be undertaken when we have confirmed a performance bottleneck in specific code sections. Unless specialized tools identify the bottleneck, such efforts may prove wasteful. Additionally, the hidden cost of optimization, that is, reduced code clarity and maintainability, must be carefully weighed.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot