docs: note computer controls screenshots are faster for webgl#341
docs: note computer controls screenshots are faster for webgl#341masnwilliams merged 4 commits intomainfrom
Conversation
Add guidance that computer controls captureScreenshot is faster than CDP Page.captureScreenshot for animation-heavy and WebGL pages, and clarify GPU acceleration's scope: it speeds up page rendering, not CDP screenshot capture.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This PR only modifies documentation files (computer-controls.mdx and gpu-acceleration.mdx) and does not change any kernel API endpoints or Temporal workflows. To monitor this PR anyway, reply with |
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
The current diff only adds short documentation callouts in
browsers/computer-controls.mdxandbrowsers/gpu-acceleration.mdx. There are no codepath, config, infrastructure, schema, prompt, or navigation changes, and the blast radius is limited to rendered docs content. I found noCODEOWNERSfile requiring separate owner review.The PR already has an approval, so I’m not adding another approval. The update does not increase risk, so no approval dismissal is needed.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low.
The diff only adds short documentation callouts in browsers/computer-controls.mdx and browsers/gpu-acceleration.mdx about screenshot performance and GPU acceleration scope. There are no codepath, config, navigation, infrastructure, schema, prompt, or security-boundary changes, and the blast radius is limited to rendered docs content.
I found no CODEOWNERS file requiring separate owner review. The PR is already approved at the current head, so I’m not adding another approval. The update does not increase risk, so no approval dismissal is needed.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9894264. Configure here.
|
|
||
| <Note> | ||
| GPU acceleration speeds up page rendering, not screenshot capture. CDP's `Page.captureScreenshot` latency is unaffected by GPU. [Computer controls screenshots](/browsers/computer-controls#take-screenshots) see a small speedup with GPU enabled. | ||
| </Note> |
There was a problem hiding this comment.
Documents Chromium CDP behavior as product spec
Low Severity
The statement "CDP's Page.captureScreenshot latency is unaffected by GPU" documents a Chromium internal behavior as a product-level fact. This violates the rule to keep feature descriptions at the product level rather than describing what Chromium does under the hood — this behavior could change across Chromium versions. The guidance in computer-controls.mdx similarly characterizes CDP screenshot internals. Both notes can convey the same user guidance (prefer computer controls for screenshot-heavy loops) without asserting specifics about CDP's internal capture path.
Additional Locations (1)
Triggered by learned rule: Don't document Chromium internals as product specs
Reviewed by Cursor Bugbot for commit 9894264. Configure here.




Summary
computer-controls.mdxnoting that computer controlscaptureScreenshotis faster than CDPPage.captureScreenshoton WebGL and animation-heavy pages — relevant for customers driving computer-use loops off screenshots.gpu-acceleration.mdxclarifying that GPU speeds up page rendering, not CDP screenshot capture (a common misconception).Kept the guidance qualitative rather than publishing specific ms numbers — single-page synthetic benches age badly and customers tend to cite absolute figures back.
Test plan
<Tip>and<Note>calloutsNote
Low Risk
Low risk documentation-only change that adjusts performance guidance and cross-links between pages; no runtime or API behavior is modified.
Overview
Adds a
<Tip>tocomputer-controls.mdxnoting that computer controlscaptureScreenshotis faster than CDPPage.captureScreenshoton WebGL/animation-heavy pages, and that GPU acceleration provides only a small additional boost for computer-controls screenshots.Adds a
<Note>togpu-acceleration.mdxclarifying that GPU acceleration improves rendering performance but does not reduce CDP screenshot latency, and links back to the computer controls screenshot guidance.Reviewed by Cursor Bugbot for commit 9894264. Bugbot is set up for automated code reviews on this repo. Configure here.