projectdiscovery / projectdiscovery/httpx

Headless screenshots are slow and can capture half-rendered SPAs

Open
#2,646 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
10.4k
Forks
1.1k
Avg merge
2d 7h
Merged PRs (30d)
13

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests. Start by locating the headless screenshot entry point, Chromium download and startup path, and current page-readiness checks; compare the existing flow on a single-page app. Done should be demonstrated by faster screenshot execution and captures that wait for the required page state.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli, performance, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.