phptek / silverstripe-exodus

Automated content migration from any legacy site or CMS into Silverstripe.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Large imports can become slow #7

Open dcentrica opened 2 years ago

dcentrica commented 2 years ago

Have a look at using: PHPCrawler::goMultiProcessedLinux() in StaticSIteUrlList.php


//$crawler->go();
$crawler->goMultiProcessedLinux();
phptek commented 2 years ago

Ensure the docs are updated to ensure the necessary PHP addons are checked/installed in _config.php and noted in docs.