mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-13 19:30:36 -05:00
chore: adds docs for min browser version support (#7014)
This commit is contained in:
@@ -59,18 +59,36 @@ sidebarTitle: "Quickstart"
|
||||
|
||||
</Step>
|
||||
|
||||
<Step title="Publish the survey">
|
||||
Publish the survey to make it available for the SDK to pull into the website or app where you want to show it.
|
||||
</Step>
|
||||
<Step title="Publish the survey">
|
||||
Publish the survey to make it available for the SDK to pull into the website or app where you want to show
|
||||
it.
|
||||
</Step>
|
||||
|
||||
<Step title="Understand caching behavior">
|
||||
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.
|
||||
<Note>
|
||||
**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.
|
||||
</Note>
|
||||
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.
|
||||
</Step>
|
||||
|
||||
<Step title="Check browser compatibility">
|
||||
Formbricks is designed to work with all modern browsers. Please ensure your users are using a supported version:
|
||||
|
||||
| Browser | Minimum Version | Release Date |
|
||||
| :--- | :--- | :--- |
|
||||
| **Chrome** | 111+ | March 2023 |
|
||||
| **Edge** | 111+ | March 2023 |
|
||||
| **Firefox** | 128+ | July 2024 |
|
||||
| **Safari** | 16.4+ | March 2023 |
|
||||
|
||||
*Internet Explorer is not supported.*
|
||||
|
||||
<Step title="Understand caching behavior">
|
||||
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.
|
||||
|
||||
<Note>
|
||||
**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.
|
||||
</Note>
|
||||
|
||||
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.
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user