- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 114字
- 2021-07-08 09:39:02
The benefits of planning ahead
When you consider performance from the very beginning, it is cheaper and quicker to fix issues. This is true for most problems in software development. The earlier you catch a bug, the better. The worst time to find a bug is once it is deployed and then being reported by your users.
Performance issues are a little different when compared to functional bugs because often they only reveal themselves at scale, and you won't notice them before a live deployment unless you go looking for them. You can write integration and load tests to check performance against your specific quantified goals, which we will cover later in this book.
推薦閱讀
- Python科學計算(第2版)
- Drupal 8 Blueprints
- Learning C++ Functional Programming
- 動手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- KnockoutJS Starter
- Oracle 18c 必須掌握的新特性:管理與實戰(zhàn)
- Tableau 10 Bootcamp
- 編程與類型系統(tǒng)
- Django Design Patterns and Best Practices
- Koa與Node.js開發(fā)實戰(zhàn)
- Spring Boot從入門到實戰(zhàn)
- 計算思維與Python編程
- Learning Dynamics NAV Patterns
- jQuery Essentials