Looking to build a business web app that should easily accommodate thousands of concomitant users without putting a strain on the servers? Slow web apps can lead to customer dissatisfaction, drops in productivity or even loss of revenue. This makes assessing the scalability potential of your app from the get-go essential. Some of the details in the Bakery App Starter Scalability Report include:
html:
<style>
.dark-background {
background: var(--color-charcoal);
}
.flex-container {
display: flex;
justify-content: center;
align-items: center;
}
.flex-container h2,
.flex-container p {
color: #FAFBFC;
margin-top: 1rem;
}
.download-book-container {
width: 40%;
margin-left: 4rem;
}
.button {
white-space: nowrap;
text-align: center;
}
.popup-buttons-container {
display: flex;
}
.green-button {
background: var(--color-grass);
margin-left: 2rem;
}
.green-button:hover, .green-button:active {
background: var(--color-grass);
filter: brightness(1.1);
margin-left: 2rem;
}
.userAgreement {
display: none !important;
}
div.article-markup {
padding: 0 !important;
}
ul.article-markup {
padding: 0;
margin: 0;
padding-left: 1rem;
color: #fafbfc;
list-style: circle;
}
@media(min-width: 767px) and (max-width: 1023px) {
.flex-container {
align-items: end;
}
.download-book-container {
width: initial;
}
.book-image {
width: 40%;
margin-top: 2.5rem;
}
}
@media(max-width: 766px) {
.flex-container {
flex-direction: column
}
.download-book-container {
width: 90%;
margin: 0;
}
.popup-buttons-container {
flex-direction: column;
}
.green-button {
margin-left: 0;
}
}
</style>
<vc-hubspot-form-popup-maker form-id="0712f286-9837-4b50-82f7-7579d4efa06f" hash="#download">
</vc-hubspot-form-popup-maker>
<div class="book-of-vaadin-view">
<section class="container-padding--medium dark-background">
<div class="container-fluid flex-container dark-container">
<img class="book-image" src="https://v.vaadin.com/hubfs/Vaadin%2014%20Scalability%20Report%20-%20December%202019.png" width="450">
<div class="download-book-container">
<h2>Discover How Vaadin Apps Scale</h2>
<p>Looking to build a business web app that should easily accommodate thousands of concomitant users without putting a strain on the servers?
Slow web apps can lead to customer dissatisfaction, drops in productivity or even loss of revenue. This makes assessing the scalability potential of your app from the get-go essential.
Some of the details in the Bakery App Starter Scalability Report include:
<div class="article-markup">
<ul>
<li>User journeys</li>
<li>Test setup (number of virtual CPU cores and amount of RAM of the server)</li>
<li>Size of sessions in terms of memory usage</li>
<li>CPU utilization under load when testing with 1,000 concurrent virtual users</li>
<li>Recommendations</li>
</ul>
</div>
</p>
<div class="popup-buttons-container">
<a href="/vaadin-scalability-report#download" class="button primary water">DOWNLOAD NOW</a>
</div>
</div>
</div>
</section>
</div>