|
8 | 8 | content: Frequently asked questions about Cloudflare Browser Rendering |
9 | 9 | --- |
10 | 10 |
|
11 | | -import { GlossaryTooltip } from "~/components"; |
| 11 | +import { GlossaryTooltip, Render } from "~/components"; |
12 | 12 |
|
13 | 13 | Below you will find answers to our most commonly asked questions about Browser Rendering. |
14 | 14 |
|
15 | 15 | For pricing questions, visit the [pricing FAQ](/browser-rendering/platform/pricing/#faq). |
16 | | -For usage limits questions, visit the [limits FAQ](/browser-rendering/platform/limits/#faq). |
| 16 | +For usage limits questions, visit the [limits FAQ](/browser-rendering/platform/limits/#faq). |
17 | 17 | If you cannot find the answer you are looking for, join us on [Discord](https://discord.cloudflare.com). |
18 | 18 |
|
19 | 19 | --- |
@@ -41,14 +41,10 @@ No. Browser Rendering requests originate from Cloudflare's global network and yo |
41 | 41 |
|
42 | 42 | There is no fixed limit on the number of requests per browser session. A single browser can handle multiple requests as long as it stays within available compute and memory limits. |
43 | 43 |
|
44 | | -### How can I manage concurrency and session isolation with Browser Rendering? |
45 | | - |
46 | | -If you are hitting concurrency [limits](/browser-rendering/platform/limits/#workers-paid), or want to optimize concurrent browser usage with the [Workers Binding method](/browser-rendering/workers-bindings/), here are a few tips: |
47 | | - |
48 | | -- Optimize with tabs or shared browsers: Instead of launching a new browser for each task, consider opening multiple tabs or running multiple actions within the same browser instance. |
49 | | -- [Reuse sessions](/browser-rendering/workers-bindings/reuse-sessions/): You can optimize your setup and decrease startup time by reusing sessions instead of launching a new browser every time. If you are concerned about maintaining test isolation (for example, for tests that depend on a clean environment), we recommend using [incognito browser contexts](https://pptr.dev/api/puppeteer.browser.createbrowsercontext), which isolate cookies and cache with other sessions. |
50 | | - |
51 | | -If you are still running into concurrency limits you can [request a higher limit](https://forms.gle/CdueDKvb26mTaepa9). |
| 44 | +<Render |
| 45 | + file="manage-concurrency-faq" |
| 46 | + product="browser-rendering" |
| 47 | +/> |
52 | 48 |
|
53 | 49 | --- |
54 | 50 |
|
@@ -91,4 +87,4 @@ It may be because you increased the height and width of the viewport. To fix thi |
91 | 87 |
|
92 | 88 | This error indicates you have hit the daily browser-instance limit on the Workers Free plan. [Free-plan accounts are capped at free plan limit is 10 minutes of browser use a day](/browser-rendering/platform/limits/#workers-free) once you exceed those, further creation attempts return a 429 until the next UTC day. |
93 | 89 |
|
94 | | -To resolve: [Upgrade to a Workers Paid plan](/workers/platform/pricing/) which allows for more than 10 minutes of usage a day and has higher [limits](/browser-rendering/platform/limits/#workers-paid). If you recently upgraded but still see this error, try redeploying your Worker to ensure your usage is correctly associated with your new plan. |
| 90 | +To resolve: [Upgrade to a Workers Paid plan](/workers/platform/pricing/) which allows for more than 10 minutes of usage a day and has higher [limits](/browser-rendering/platform/limits/#workers-paid). If you recently upgraded but still see this error, try redeploying your Worker to ensure your usage is correctly associated with your new plan. |
0 commit comments