Skip to content

Commit

Permalink
Update _includes/performance.html
Browse files Browse the repository at this point in the history
Co-authored-by: Clement Escoffier <[email protected]>
  • Loading branch information
insectengine and cescoffier authored Nov 13, 2024
1 parent 1f8c367 commit 2a21f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/performance.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h3>Fast Startup Time</h3>
</div>
<div class="width-9-12 width-12-12-m">
<h3>High Throughput</h3>
<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>
<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>
</div>
<div class="width-3-12 width-12-12-m img-vert-center">
<img class="light-only" src="{{site.baseurl}}/assets/images/performance/icon-diskspace.svg" alt="Disk footprint icon">
Expand Down

0 comments on commit 2a21f46

Please sign in to comment.