dylangrech92 / seotoolbox

This plugin was created to facilitate SEO work by automating most of the manual labor
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Improvement: Crawler should test in batches #31

Open dylangrech92 opened 8 years ago

dylangrech92 commented 8 years ago

Due to browser limitations, the crawler can only check up to 2 urls at a time however PHP can perform several curls at once.

The batch size should be a config as different users might want to only curl 1 page at a time due to server load. Default: 1 curl at a time