Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request, network traffic additional texts #514

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
Loading