You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize channel data fetching with fast fetch() path
- Try direct fetch() API call first (instant, no Puppeteer)
- Fall back to Puppeteer only if Cloudflare protection detected (403)
- Dramatically improves connection speed in Docker environments
- Reduces resource usage and startup time
Previously, all channel data fetches required launching Puppeteer browser,
which was slow in Docker. Now fetch() is tried first, only falling back to
Puppeteer when necessary to bypass Cloudflare.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments