gaffling / PHP-Grab-Favicon

🖼 Saves the favicon of the given URL and returns the image path.
http://suchmaschine.biz
MIT License
26 stars 6 forks source link

Is there a reason why i receive 504 gateway timeout error whenever i tried to fetch 50 favicon icons? #3

Open gaffling opened 4 years ago

gaffling commented 4 years ago

Is there a reason why i receive 504 gateway timeout error whenever i tried to fetch 50 favicon icons?

Originally posted by @raitman005 in https://github.com/gaffling/PHP-Grab-Favicon/issues/2#issuecomment-579600039

gaffling commented 4 years ago

it would be the reason that you PHP have a defined max. script runtime that is shorter than the script need to run do get the 50 icons, so you can try this at the beginning of the script:

set_time_limit(0); // NO TIME LIMIT