Skip to content

Commit b7f2b94

Browse files
authored
Merge pull request #6818 from HalldorLyngmo/main
Add a Bandwidth subpage to the Usage section
2 parents 78fe13f + 35d3fd5 commit b7f2b94

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

umbraco-cloud/.gitbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ redirects:
1515
set-up/external-services: set-up/project-settings/external-services.md
1616
set-up/dedicated-resources: set-up/project-settings/dedicated-resources.md
1717
set-up/upgrade-umbraco-cloud-plan: set-up/project-settings/upgrade-umbraco-cloud-plan.md
18-
set-up/usage: set-up/project-settings/usage.md
18+
set-up/usage: set-up/project-settings/usage/README.md
1919
set-up/manage-subscriptions: set-up/manage-subscriptions/README.md
2020
upgrades/migrate-from-umbraco-10-to-11: product-upgrades/major-upgrades.md
2121
product-upgrades/migrate-a-umbraco-8-project-to-umbraco-10: product-upgrades/version-specific-upgrades/migrate-from-8-to-latest.md

umbraco-cloud/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
* [Troubleshooting](set-up/project-settings/umbraco-cicd/Troubleshooting.md)
5252
* [Known Limitations and Considerations](set-up/project-settings/umbraco-cicd/KnownLimitationsAndConsiderations.md)
5353
* [External Services](set-up/project-settings/external-services.md)
54-
* [Usage](set-up/project-settings/usage.md)
54+
* [Usage](set-up/project-settings/usage/README.md)
55+
* [Bandwidth](set-up/project-settings/usage/bandwidth.md)
5556
* [Availability and Performance](set-up/project-settings/availability-performance.md)
5657
* [Team Members](set-up/project-settings/team-members/README.md)
5758
* [Technical Contact](set-up/project-settings/team-members/technical-contact.md)

umbraco-cloud/set-up/project-settings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can see metrics related to the overall health and performance of the Azure a
6565

6666
![Availability & Performance](../images/availability-performance.png)
6767

68-
### [Usage](usage.md)
68+
### [Usage](usage/)
6969

7070
The Usage section allows you to:
7171

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Bandwidth
2+
3+
Bandwidth in Umbraco Cloud refers to the amount of data transferred from your website to its visitors. Bandwidth is measured in Umbraco Cloud, and you can monitor your usage on the Umbraco Cloud Usage page.
4+
5+
## What is Bandwidth?
6+
7+
Bandwidth usage includes all data sent by your website. Every time a visitor loads a page, views images, or downloads files, data is transferred, contributing to your total bandwidth usage. This includes both requests served from the origin and those served from cache/edge.
8+
9+
## How is Bandwidth Measured?
10+
11+
In Umbraco Cloud, bandwidth is measured in gigabytes (GB). It represents the total amount of data transferred from your site to users over a period, typically one month. It is calculated by summarizing the `bytes_served` from all request logs at the edge. All requests, whether served from the edge or the origin, pass through the edge, so all egress bandwidth is summarized.
12+
13+
<figure><img src="./images/bandwidth-flow-diagram.png" alt="Bandwidth data flow diagram"><figcaption></figcaption></figure>
14+
15+
**What is Edge?**
16+
17+
The "edge" refers to servers located closer to the end-users, which cache content to reduce latency and improve load times. By serving content from these edge servers, we can deliver data more efficiently and quickly to users.
18+
19+
## How to Reduce Bandwidth Usage
20+
21+
To avoid upgrades to higher Umbraco Cloud Tiers and improve performance, consider the following optimization techniques:
22+
* **Optimize Images**: Compress images and use modern formats like WebP to reduce their size without losing quality.
23+
* **Cache Static Content**: Leverage caching mechanisms to reduce the number of times static assets (like images, CSS, and JavaScript) are requested from the server. You can control your caching configuration here.
Loading

0 commit comments

Comments
 (0)