httpx downloads and launches full Chromium for headless screenshots, and captures as soon as basic load signals fire. On single-page apps that means the capture can land on the boot screen before hydration finishes, and browser startup plus the render path dominates screenshot time. A lighter browser build and stricter page-readiness gating would cut that substantially.
httpx downloads and launches full Chromium for headless screenshots, and captures as soon as basic load signals fire. On single-page apps that means the capture can land on the boot screen before hydration finishes, and browser startup plus the render path dominates screenshot time. A lighter browser build and stricter page-readiness gating would cut that substantially.