Skip to content

Commit

Permalink
request, network traffic additional texts (#514)
Browse files Browse the repository at this point in the history
* request, network traffic additional texts

* Apply suggestions from code review

Co-authored-by: aisz0811 <55664408+aisz0811@users.noreply.github.com>

---------

Co-authored-by: aisz0811 <55664408+aisz0811@users.noreply.github.com>
  • Loading branch information
laliconfigcat and aisz0811 authored Jan 16, 2025
1 parent e7db45e commit f58ed50
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["unifiedjs.vscode-mdx"]
}
16 changes: 15 additions & 1 deletion website/docs/network-traffic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,18 @@ Similarly to the comparison value of Targeting Rules or segments, the value of a

### Separate your feature flags into multiple configs

If you have a lot of feature flags, you can lower the size of the `config JSON` by separating them into multiple configs. This way the payload of each download will be smaller.
If you have a lot of feature flags, you can reduce the size of the `config JSON` by separating them into multiple configs. This way, the payload of each download will be smaller.

### Use the ConfigCat Proxy to cache/proxy config JSON downloads

The [ConfigCat Proxy](https://configcat.com/docs/advanced/proxy/proxy-overview/) allows you to host a feature flag evaluation and config JSON proxy/cache service within your own infrastructure.
The [CDN proxy](https://configcat.com/docs/advanced/proxy/endpoints/#cdn-proxy) feature allows you to proxy/cache config JSON downloads and the ConfigCat SDKs can be routed to the ConfigCat Proxy running in your own infrastructure greatly reducing network traffic.

### Purchase additional quota

You can purchase additional quota for your subscription to increase your limits. [Contact us](https://configcat.com/support/) for more information.

| Plan | Price | Additional config JSON downloads | Additional network traffic |
| -------------- | ------------------ | -------------------------------: | -------------------------: |
| **Smart** | $250 or €229 / mo | +250 million | +1TB |
| **Enterprise** | $700 or €649 / mo | +1 billion | +4TB |
16 changes: 15 additions & 1 deletion website/docs/requests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,18 @@ In a backend application, you might want to try using [Webhooks.](./advanced/not

### Call your backend instead of the ConfigCat CDN

In the case of a frontend application, you can lower the number of calls made towards the ConfigCat CDN by moving the evaluation logic from the frontend application to your backend.
In the case of a frontend application, you can reduce the number of calls made towards the ConfigCat CDN by moving the evaluation logic from the frontend application to your backend.

### Use the ConfigCat Proxy to cache/proxy config JSON downloads

The [ConfigCat Proxy](https://configcat.com/docs/advanced/proxy/proxy-overview/) allows you to host a feature flag evaluation and config JSON proxy/cache service within your own infrastructure.
The [CDN proxy](https://configcat.com/docs/advanced/proxy/endpoints/#cdn-proxy) feature allows you to proxy/cache config JSON downloads and the ConfigCat SDKs can be routed to the ConfigCat Proxy running in your own infrastructure greatly reducing the number of config JSON downloads.

### Purchase additional quota

You can purchase additional quota for your subscription to increase your limits. [Contact us](https://configcat.com/support/) for more information.

| Plan | Price | Additional config JSON downloads | Additional network traffic |
| -------------- | ------------------ | -------------------------------: | -------------------------: |
| **Smart** | $250 or €229 / mo | +250 million | +1TB |
| **Enterprise** | $700 or €649 / mo | +1 billion | +4TB |
16 changes: 15 additions & 1 deletion website/versioned_docs/version-V1/network-traffic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,18 @@ Similarly to the comparison value of Targeting Rules or segments, the value of a

### Separate your feature flags into multiple configs

If you have a lot of feature flags, you can lower the size of the `config JSON` by separating them into multiple configs. This way the payload of each download will be smaller.
If you have a lot of feature flags, you can reduce the size of the `config JSON` by separating them into multiple configs. This way, the payload of each download will be smaller.

### Use the ConfigCat Proxy to cache/proxy config JSON downloads

The [ConfigCat Proxy](https://configcat.com/docs/advanced/proxy/proxy-overview/) allows you to host a feature flag evaluation and config JSON proxy/cache service within your own infrastructure.
The [CDN proxy](https://configcat.com/docs/advanced/proxy/endpoints/#cdn-proxy) feature allows you to proxy/cache config JSON downloads and the ConfigCat SDKs can be routed to the ConfigCat Proxy running in your own infrastructure greatly reducing network traffic.

### Purchase additional quota

You can purchase additional quota for your subscription to increase your limits. [Contact us](https://configcat.com/support/) for more information.

| Plan | Price | Additional config JSON downloads | Additional network traffic |
| -------------- | ------------------ | -------------------------------: | -------------------------: |
| **Smart** | $250 or €229 / mo | +250 million | +1TB |
| **Enterprise** | $700 or €649 / mo | +1 billion | +4TB |
16 changes: 15 additions & 1 deletion website/versioned_docs/version-V1/requests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,18 @@ In a backend application, you might want to try using [Webhooks.](./advanced/not

### Call your backend instead of the ConfigCat CDN

In the case of a frontend application, you can lower the number of calls made towards the ConfigCat CDN by moving the evaluation logic from the frontend application to your backend.
In the case of a frontend application, you can reduce the number of calls made towards the ConfigCat CDN by moving the evaluation logic from the frontend application to your backend.

### Use the ConfigCat Proxy to cache/proxy config JSON downloads

The [ConfigCat Proxy](https://configcat.com/docs/advanced/proxy/proxy-overview/) allows you to host a feature flag evaluation and config JSON proxy/cache service within your own infrastructure.
The [CDN proxy](https://configcat.com/docs/advanced/proxy/endpoints/#cdn-proxy) feature allows you to proxy/cache config JSON downloads and the ConfigCat SDKs can be routed to the ConfigCat Proxy running in your own infrastructure greatly reducing the number of config JSON downloads.

### Purchase additional quota

You can purchase additional quota for your subscription to increase your limits. [Contact us](https://configcat.com/support/) for more information.

| Plan | Price | Additional config JSON downloads | Additional network traffic |
| -------------- | ------------------ | -------------------------------: | -------------------------: |
| **Smart** | $250 or €229 / mo | +250 million | +1TB |
| **Enterprise** | $700 or €649 / mo | +1 billion | +4TB |

0 comments on commit f58ed50

Please sign in to comment.