diff --git a/docs/xm-and-surveys/surveys/website-app-surveys/actions.mdx b/docs/xm-and-surveys/surveys/website-app-surveys/actions.mdx index f3c41b08f5..a12f8eb61c 100644 --- a/docs/xm-and-surveys/surveys/website-app-surveys/actions.mdx +++ b/docs/xm-and-surveys/surveys/website-app-surveys/actions.mdx @@ -40,12 +40,9 @@ icon: "code" - **Important**: Any changes to actions, surveys, or environment configuration will take about 1 minute to - reflect in your app/website running the formbricks sdk with debug mode enabled due to server-side caching. - This includes new actions, modified action configurations, and survey trigger updates. For quick updates - during development and testing, you can enable [Debug - Mode](/xm-and-surveys/surveys/website-app-surveys/framework-guides#activate-debug-mode) in your SDK - configuration. + **Important**: Any changes to actions, surveys, or environment configuration will take **up to 1 minute** to + reflect in your app/website due to server-side caching. This includes new actions, modified action + configurations, and survey trigger updates. ## **Setting Up No-Code Actions** diff --git a/docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx b/docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx index 59f2e6f58c..6c9a8250aa 100644 --- a/docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx +++ b/docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx @@ -63,14 +63,14 @@ sidebarTitle: "Quickstart" Publish the survey to make it available for the SDK to pull into the website or app where you want to show it. - - For better scalability, we cache the request the SDK makes to the server. This allows you to use Formbricks on websites with millions of visitors without high hosting cost. On the downside, there can be **up to a 5 minute delay** until the SDK pulls the newest surveys from the server. + + For better scalability, we cache the request the SDK makes to the server. This allows you to use Formbricks on websites with millions of visitors without high hosting cost. - **Important**: Any changes to surveys, action classes, project settings, or environment configuration will take up to 5 minutes to reflect in debug mode in your app/website due to server-side caching. This includes survey modifications, new triggers, styling changes, and other updates. + **Important**: Any changes to surveys, action classes, project settings, or environment configuration will take **up to 1 minute** to reflect in your app/website due to server-side caching. This includes survey modifications, new triggers, styling changes, and other updates. - To avoid the delay during development and testing, please switch on the [Debug Mode.](/xm-and-surveys/surveys/website-app-surveys/framework-guides#activate-debug-mode) + For troubleshooting, you can enable [Debug Mode](/xm-and-surveys/surveys/website-app-surveys/framework-guides#activate-debug-mode) to see detailed logs in your browser console.