How to avoid requesting some static resources?

When crawling with Playwright or Puppeteer, a lot of static assets (eg js, css, png, jpg) are loaded.

Is it possible to only request static resources for the first time, and use the last cached data for the next crawling without making a request.
Was this page helpful?