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..e07862cc 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 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 | diff --git a/website/docs/requests.mdx b/website/docs/requests.mdx index eb1682d2..dfcb6d4c 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 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 | diff --git a/website/versioned_docs/version-V1/network-traffic.mdx b/website/versioned_docs/version-V1/network-traffic.mdx index f1e3b7bd..e07862cc 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 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 | diff --git a/website/versioned_docs/version-V1/requests.mdx b/website/versioned_docs/version-V1/requests.mdx index eb1682d2..dfcb6d4c 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 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 |