From 6947c6683d1e80c1064b2239be32e4e63d9773f4 Mon Sep 17 00:00:00 2001 From: Lajos Szoke Date: Wed, 15 Jan 2025 11:17:48 +0100 Subject: [PATCH 1/2] request, network traffic additional texts --- .vscode/extensions.json | 3 +++ website/docs/network-traffic.mdx | 16 +++++++++++++++- website/docs/requests.mdx | 16 +++++++++++++++- .../version-V1/network-traffic.mdx | 16 +++++++++++++++- website/versioned_docs/version-V1/requests.mdx | 16 +++++++++++++++- 5 files changed, 63 insertions(+), 4 deletions(-) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..857ed16d --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["unifiedjs.vscode-mdx"] +} diff --git a/website/docs/network-traffic.mdx b/website/docs/network-traffic.mdx index f1e3b7bd..9988ac9c 100644 --- a/website/docs/network-traffic.mdx +++ b/website/docs/network-traffic.mdx @@ -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. \ No newline at end of file +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. + +### 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 in 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 to 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 | diff --git a/website/docs/requests.mdx b/website/docs/requests.mdx index eb1682d2..7d0ff867 100644 --- a/website/docs/requests.mdx +++ b/website/docs/requests.mdx @@ -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. \ No newline at end of file +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. + +### 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 in 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 config JSON downloads. + +### Purchase additional quota + +You can purchase additional quota to 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 | diff --git a/website/versioned_docs/version-V1/network-traffic.mdx b/website/versioned_docs/version-V1/network-traffic.mdx index f1e3b7bd..9988ac9c 100644 --- a/website/versioned_docs/version-V1/network-traffic.mdx +++ b/website/versioned_docs/version-V1/network-traffic.mdx @@ -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. \ No newline at end of file +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. + +### 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 in 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 to 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 | diff --git a/website/versioned_docs/version-V1/requests.mdx b/website/versioned_docs/version-V1/requests.mdx index eb1682d2..7d0ff867 100644 --- a/website/versioned_docs/version-V1/requests.mdx +++ b/website/versioned_docs/version-V1/requests.mdx @@ -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. \ No newline at end of file +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. + +### 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 in 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 config JSON downloads. + +### Purchase additional quota + +You can purchase additional quota to 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 | From 285ea09f6f3e035f7368b0d50acf35fd386b94b3 Mon Sep 17 00:00:00 2001 From: Lajos Szoke <63732287+laliconfigcat@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:02:40 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: aisz0811 <55664408+aisz0811@users.noreply.github.com> --- website/docs/network-traffic.mdx | 6 +++--- website/docs/requests.mdx | 8 ++++---- website/versioned_docs/version-V1/network-traffic.mdx | 6 +++--- website/versioned_docs/version-V1/requests.mdx | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/website/docs/network-traffic.mdx b/website/docs/network-traffic.mdx index 9988ac9c..e07862cc 100644 --- a/website/docs/network-traffic.mdx +++ b/website/docs/network-traffic.mdx @@ -103,16 +103,16 @@ 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 in your own infrastructure. +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 to your subscription to increase your limits. [Contact us](https://configcat.com/support/) for more information. +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 | | -------------- | ------------------ | -------------------------------: | -------------------------: | diff --git a/website/docs/requests.mdx b/website/docs/requests.mdx index 7d0ff867..dfcb6d4c 100644 --- a/website/docs/requests.mdx +++ b/website/docs/requests.mdx @@ -125,16 +125,16 @@ 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 in 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 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 to your subscription to increase your limits. [Contact us](https://configcat.com/support/) for more information. +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 | | -------------- | ------------------ | -------------------------------: | -------------------------: | diff --git a/website/versioned_docs/version-V1/network-traffic.mdx b/website/versioned_docs/version-V1/network-traffic.mdx index 9988ac9c..e07862cc 100644 --- a/website/versioned_docs/version-V1/network-traffic.mdx +++ b/website/versioned_docs/version-V1/network-traffic.mdx @@ -103,16 +103,16 @@ 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 in your own infrastructure. +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 to your subscription to increase your limits. [Contact us](https://configcat.com/support/) for more information. +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 | | -------------- | ------------------ | -------------------------------: | -------------------------: | diff --git a/website/versioned_docs/version-V1/requests.mdx b/website/versioned_docs/version-V1/requests.mdx index 7d0ff867..dfcb6d4c 100644 --- a/website/versioned_docs/version-V1/requests.mdx +++ b/website/versioned_docs/version-V1/requests.mdx @@ -125,16 +125,16 @@ 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 in 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 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 to your subscription to increase your limits. [Contact us](https://configcat.com/support/) for more information. +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 | | -------------- | ------------------ | -------------------------------: | -------------------------: |