Faker->image() slow website when downloading the image
blanxii opened this issue · 1 comments
blanxii commented
Summary
Versions
Version | |
---|---|
PHP | 7.1.32 |
fzaninotto/faker |
v1.9.0 |
Self-enclosed code snippet for reproduction
$faker->image()
Actually this is going to make a curl on http://lorempixel.com/ and this website is really slow taking more than 3 minutes to generate the actually image. That should be replaced for other service. Any alternatives?