Hi, we have quite a large site and have set Go Live Update Urls to do it’s job but the page keeps timing out – what should I do?
Website keeps timing out whilst making the changes
Resolved
We use cookies to allow login, checkout, and analyze site traffic. By continuing to use this website, you consent to the use of cookies in accordance with our cookie policy.
OnPoint Plugins
Hi Patrick,
One option would be to run one section at a time like so:
If that doesn’t work, you could temporarily increase you site’s timeout by adding one of the following to your site’s wp-config.php file:
ini_set('max_execution_time', 300); //300 seconds = 5 minutes
set_time_limit(300); //300 seconds = 5 minutes
Have a great night!
Mat Lipe
patrick1
Thanks Matt, that’s great!