Skip to content

AI WS: Investigate Stagehand caching #247

@nikitachapovskii-dev

Description

@nikitachapovskii-dev

https://docs.stagehand.dev/v3/basics/extract#server-side-caching

see if we can implement this.

possible blockers:

  • if we switch to env: BROWSERBASE, server-side caching becomes possible (typically enabled by default), but that requires infrastructure changes.
  • Also, per-call cache control (serverCache: false/true) may not be available in our current version combo, even if baseline Browserbase caching works.

Other notes:

  • Find out what exactly is cached. If it's the data, then we probably can't save it. If it's metadata or just some page selectors (css, html), then we possibly can enable it.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions