- 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.
推薦閱讀
- Mastering JavaScript Functional Programming
- Java Web開發學習手冊
- 編程的修煉
- NumPy Essentials
- Servlet/JSP深入詳解
- JavaScript:Moving to ES2015
- 軟件測試技術指南
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Node.js全程實例
- 編程與類型系統
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Programming with CodeIgniterMVC
- Python 3.7從入門到精通(視頻教學版)
- Software Development on the SAP HANA Platform
- Learning ECMAScript 6