Overview

1 What is performance engineering?

Performance engineering is presented as a disciplined way of building software so that speed and reliability happen by design, not by chance. Rather than treating performance as a late-stage rescue effort, it makes responsiveness a core requirement that influences architecture, coding, testing, deployment, and production monitoring from the beginning. The chapter argues that this approach matters because fast systems are not only technically healthier, but also more trustworthy, more efficient to run, and more likely to satisfy users and support business goals.

A major warning in the chapter is the performance decay cycle, in which teams ship features, wait for users to complain, rush a fix, and then return to feature work until the next regression appears. This reactive pattern allows small slowdowns to accumulate unnoticed, making systems progressively slower, more fragile, and harder to predict. The chapter shows that this cycle affects every platform: web and mobile apps lose conversions and engagement when delays are tiny, backend services lose adoption and productivity when latency grows, and desktop or native apps lose users when responsiveness falls short of expectations.

To break that cycle, the chapter introduces the Fast by Default model, which combines a simple view of how systems behave with four ongoing practices that keep performance healthy over time. The system is understood through a user-to-result flow that helps teams locate where delays originate, while the practices of measuring, building, owning, and maintaining ensure that performance is visible, designed for, shared across the team, and continually protected as the software evolves. Through an example dashboard, the chapter shows how these practices turn a sluggish product into one that can stay fast as features, traffic, and complexity grow.

The performance decay cycle. Teams ship updates to production as usual. At some point, users complain about performance, the team panics and scrambles into action, rushes out a hotfix, then returns to shipping features. The arrows show how each stage leads inevitably to the next: the hotfix buys time but does not prevent future regressions, so the cycle repeats.
The System Paths. Every user-facing interaction follows these four stages: the user performs an action, data is fetched or updated, the system processes and renders the data, and a result appears. Performance problems can originate at any stage.
The Fast by Default practices. Teams keep systems fast through four continuous practices: measure metrics and impact, build speed into architecture and code, own performance through budgets and CI visibility, and maintain by monitoring and adapting over time. Each practice strengthens the next, and the cycle repeats as the system evolves.
An example dashboard application. Filter controls at the top trigger data fetches and re-renders across three chart panels. Clicking "Apply filters" touches every System Path: the user acts, data is fetched, charts re-render, and results appear.
The slow dashboard’s System Paths. Each stage has problems that add to the total delay: the User stage triggers unnecessary re-renders, the Data stage makes sequential requests without caching, the Execution stage re-renders excessively with heavy libraries, and the Result stage shows incomplete states before data arrives.
Applying Fast by Default practices to fix the dashboard. The team measures to gather evidence, builds fixes that address root causes, owns performance by making it visible in CI and code reviews, and maintains gains through regular reviews and monitoring. The cycle keeps the dashboard fast as it evolves.

Summary

  • Performance engineering designs software so that fast behavior is the natural outcome, not an afterthought.
  • Most teams fall into a reactive performance decay cycle: ship, wait for complaints, panic, patch, repeat. The Fast by Default model provides a repeatable alternative that keeps systems healthy.
  • The System Paths describe where time is spent during any interaction: the user performs an action, data is fetched or updated, the system processes and renders, and a result appears. Performance problems can originate at any stage.
  • The Fast by Default model helps teams recover and sustain speed through four practices: measure impact and set goals, build efficient architecture and code, own performance through budgets and CI visibility, and maintain gains through monitoring and regular review.
  • The System Paths show where to look for problems. The four practices show how to fix and prevent them.
  • Small delays compound in real-world conditions and quietly damage engagement, trust, and revenue.
  • Performance is a business metric. It affects conversions, churn, customer confidence, and internal momentum.
  • Treating speed as a shared responsibility creates systems that stay fast as they evolve.

FAQ

What is performance engineering?Performance engineering is the practice of designing and running software so that fast, reliable behavior is the default outcome. It treats speed and stability as first-class requirements, built into architecture, code, user flows, testing, and monitoring from the start.
How is performance engineering different from traditional performance work?Traditional performance work often treats speed as a late-stage rescue mission when problems appear. Performance engineering is proactive: it shapes decisions throughout development so performance is built in early and maintained over time.
Why does performance matter to a business?Performance affects money, time, and trust. Faster systems can convert better, retain users longer, reduce support and firefighting costs, and improve the overall experience customers have with your product.
What is the performance decay cycle?The performance decay cycle is a reactive loop where teams ship features, users complain about slowness, the team rushes a hotfix, and then returns to feature work. Because the underlying causes are not addressed, regressions keep coming back and the system gradually gets slower and less predictable.
Why do teams often fall into performance decay?It usually happens because deadlines are tight and feature work gets prioritized over performance. Slowdowns are postponed until they become urgent, so small regressions accumulate unnoticed until users feel the impact.
What is the Fast by Default model?The Fast by Default model is a framework for keeping software fast as it grows. It combines two parts: the System Paths, which describe how a request moves through a system, and four practices—Measure, Build, Own, and Maintain—that help teams protect performance over time.
What are the System Paths in Fast by Default?The System Paths are User, Execution, Data, and Result. They represent the stages every user-facing interaction goes through: a user acts, the system processes work, data is retrieved or updated, and a result is shown.
What do Measure, Build, Own, and Maintain mean?Measure means gathering evidence from real metrics, traces, logs, and business signals. Build means designing software to remove unnecessary work and keep paths efficient. Own means making performance visible through budgets, CI checks, dashboards, and reviews. Maintain means using production insight to keep performance healthy as the system changes.
When do performance engineering practices matter most?They matter most for real systems that have users, growth, and business impact, such as web apps, backend services, mobile apps, and desktop software. They are especially important when slowdowns affect conversion, retention, productivity, or trust.
Who is this chapter and book for?This book is for working engineers, tech leads, and architects who own real systems and face performance challenges. You do not need to be a specialist, but you should be comfortable reading production code and discussing topics like HTTP, databases, and deployment pipelines.

pro $24.99 per month

  • access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks!
  • choose one free eBook per month to keep
  • exclusive 50% discount on all purchases
  • renews monthly, pause or cancel renewal anytime

lite $19.99 per month

  • access to all Manning books, including MEAPs!

team

5, 10 or 20 seats+ for your team - learn more


choose your plan

team

monthly
annual
$49.99
$499.99
only $41.67 per month
  • five seats for your team
  • access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks!
  • choose another free product every time you renew
  • choose twelve free products per year
  • exclusive 50% discount on all purchases
  • renews monthly, pause or cancel renewal anytime
  • renews annually, pause or cancel renewal anytime
  • Fast by Default ebook for free
choose your plan

team

monthly
annual
$49.99
$499.99
only $41.67 per month
  • five seats for your team
  • access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks!
  • choose another free product every time you renew
  • choose twelve free products per year
  • exclusive 50% discount on all purchases
  • renews monthly, pause or cancel renewal anytime
  • renews annually, pause or cancel renewal anytime
  • Fast by Default ebook for free