We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5bfbf commit a5a4a8eCopy full SHA for a5a4a8e
1 file changed
README.md
@@ -165,6 +165,16 @@ pip install playwright && python -m playwright install
165
166
---
167
168
+## ⚙️ Performance & Optimization (Optional)
169
+
170
+If you need faster cold-starts or shorter CI deploys, consider:
171
172
+- Provisioned Concurrency: Keep your Lambda warm to skip container startup.
173
174
+- Browserbase Keep‑Alive: Paid sessions remove free-tier spin‑up overhead.
175
176
+- CI Caching: Use actions/cache for pip and npm in GitHub Actions to shave minutes
177
178
## 🤝 Contributing
179
180
Pull requests are welcome! Please open an issue first if you plan a large change.
0 commit comments