Maybe see if you can run several in parallel?
https://github.com/spatie/async
Or dispatching a job for each batch (maybe 100?)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi All,
I have 1000k website URL's into my DB, Using curl Library I am checking each website status, e.g is website response is active or not. Curl works fine for every single record. I wrote down a crown job query the script will execute on everyday start. But when the script executes it will take too much to check 1000k website URLs and return me active or inactive status. I need to do this step very quickly is there any better method to do this, please.
Please or to participate in this conversation.