v2.0.1
Performance fixes for profile-based scraping and stealth-disabled workflows.
by @saifyxpro
Released on January 31, 2026
Performance Improvements
Major performance optimizations for profile-based scraping with stealth mode disabled.
| Mode | Before | After |
|---|---|---|
| API with profile + stealth OFF | 25-35s | 1.7s |
| Frontend with profile + stealth OFF | 25-35s | 2.8s |
What Changed
- Profile browser contexts stay alive between requests.
- Existing pages are reused instead of creating new ones.
stealth: falsenow properly skips humanize delays.- The streaming endpoint now passes the stealth parameter correctly from frontend to backend.
Fastest Usage Pattern
- Create and launch a profile.
- Disable stealth mode in advanced config.
- Pass
"options": { "stealth": false }for fastest scraping.
The first request after launching a profile still takes longer because the browser runtime needs to initialize. Subsequent requests are much faster.