Skip to content

Commit fc8583a

Browse files
attempting to split long sentences
1 parent 39ce56f commit fc8583a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/learning-paths/servers-and-cloud-computing/nginx_tune/before_and_after.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ layout: "learningpathall"
77

88
## About performance tuning
99

10-
Performance tuning is most useful when you treat it as a measurement process, not a fixed checklist. You can tune by changing one parameter at a time, running a designed experiment, comparing profiles, or using automation and AI-assisted tools to explore a larger configuration space.
10+
Performance tuning is most useful when you treat it as a measurement process, not a fixed checklist. You can tune by changing one parameter at a time, or by running a designed experiment. You can compare profiles, or use automation and AI-assisted tools to explore a larger configuration space.
1111

12-
There isn't a universal set of tuning parameters that works best for every application. The right settings depend on the request profile, response size, TLS configuration, cache behavior, upstream service behavior, network path, software version, system architecture, operating system, and other application-specific factors.
12+
There isn't a universal set of tuning parameters that works best for every application. The right settings depend on the request profile, response size, TLS configuration, and cache behavior. Upstream service behavior, network path, software version, system architecture, operating system, and other application-specific factors can also affect performance.
1313

1414
Whatever method you use, keep the measurements repeatable. Record the system configuration, workload, software versions, and tuning parameters so you can identify which changes improved performance and which changes had little effect.
1515

0 commit comments

Comments
 (0)