Skip to content

Commit 2a21f46

Browse files
Update _includes/performance.html
Co-authored-by: Clement Escoffier <[email protected]>
1 parent 1f8c367 commit 2a21f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/performance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3>Fast Startup Time</h3>
6969
</div>
7070
<div class="width-9-12 width-12-12-m">
7171
<h3>High Throughput</h3>
72-
<p>Build-time optimizations ensure tasks like classpath scanning, configuration loading, and dependency injection are completed before startup, greatly reducing startup time. The reactive core minimizes blocking in I/O operations, further lowering latency. This efficient startup enables quicker responses to load changes and supports LightSwitchOps patterns for cost-effective elasticity. </p>
72+
<p>Build-time optimizations ensure tasks like classpath scanning, configuration loading, and dependency injection are completed before startup, greatly reducing startup time. This efficient startup enables quicker responses to load changes and supports LightSwitchOps patterns for cost-effective elasticity. The reactive core minimizes blocking in I/O operations, further lowering latency and allowing handling a large number of concurrent tasks. </p>
7373
</div>
7474
<div class="width-3-12 width-12-12-m img-vert-center">
7575
<img class="light-only" src="{{site.baseurl}}/assets/images/performance/icon-diskspace.svg" alt="Disk footprint icon">

0 commit comments

Comments
 (0)