Skip to content

Commit ea20820

Browse files
Update content/academy/node_js/caching_responses_in_puppeteer.md
Co-authored-by: Matt Stephens <[email protected]>
1 parent 2c75319 commit ea20820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/node_js/caching_responses_in_puppeteer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to optimize Puppeteer by caching responses
3-
description: Learn why it is important to cache responses in memory when intercepting requests in Puppeteer and how to implement it in your code.
3+
description: Learn why it is important for performance to cache responses in memory when intercepting requests in Puppeteer and how to implement it in your code.
44
menuWeight: 14.2
55
paths:
66
- node-js/caching-responses-in-puppeteer

0 commit comments

Comments
 (0)