Skip to content

Commit bd54215

Browse files
committed
docs: browser rendering is now free
1 parent b43da66 commit bd54215

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/content/docs/2.features/browser.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ Here are some use cases for using a headless browser like Puppeteer in your Nuxt
4949

5050
## Limits
5151

52-
::important
53-
Browser rendering is only available on the [Workers Paid](https://www.cloudflare.com/plans/developer-platform/) plan for now.
54-
::
55-
56-
To improve the performance in production, NuxtHub will reuse browser sessions. This means that the browser will stay open after each request (for 60 seconds), a new request will reuse the same browser session if available or open a new one.
57-
5852
The Cloudflare limits are:
59-
- 10 new browsers per minute per Cloudflare account
60-
- 10 concurrent browser sessions per account
53+
- 3 concurrent browsers per Cloudflare account
54+
- 3 new browser instancess per minute
6155
- a browser instance gets killed if no activity is detected for 60 seconds (idle timeout)
6256

57+
On a Workers Paid plan, you can create up to 10 concurrent browser per account and 10 new browser instances per minute.
58+
59+
::note
60+
To improve the performance in production, NuxtHub will reuse browser sessions. This means that the browser will stay open after each request (for 60 seconds), a new request will reuse the same browser session if available or open a new one.
61+
::
62+
6363
You can extend the idle timeout by giving the `keepAlive` option when creating the browser instance:
6464

6565
```ts

0 commit comments

Comments
 (0)