Hello all,
I'm having an issue with speed at the moment. Basically I have a database with a list of websites on it. I only want to display the sites that are actually 'live'.
I've used fsockopen and it does work. Only problem is it takes quite a while. I seem to be waiting at least 10 seconds for it to tell me the site is not responding.
It is very quick when the site does exist though.
I've played with the optional timeout from fsockopen but I see no difference.
Any suggestions? Is there another faster way to check a site is online using php?
Thanks.