You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make use of Guzzle Pool to improve efficiency (#401)
* Make use of Guzzle Pool to improve efficiency
* Fix documentation: add concurrency parameter where needed
* fix checks: add a comma for php-cs-fixer
* Add tests for flushPooled
* refactor: rename concurrency parameter to requestConcurrency
* readme: mention pooling for scaling
1. Make sure MultiCurl is available on your server
365
365
2. Find the right balance for your needs between security and performance (see above)
366
366
3. Find the right batch size (set it in `defaultOptions` or as parameter to `flush()`)
367
+
4. Use `flushPooled()` instead of `flush()`. The former uses concurrent requests, accelerating the process and often doubling the speed of the requests.
367
368
368
369
### How to solve "SSL certificate problem: unable to get local issuer certificate"?
0 commit comments