My site keeps sort of timing out with
This page isn’t working mysite.co.uk is currently unable to handle this request. HTTP ERROR 500
This is mainly when I am doing something rather intensive such as exporting products using
WooCommerce – Store Exporter
It seems to happen after about 30 - 45 seconds and I cant figure out why
Here are my php.ini settings:
max_execution_time = 600000 max_input_time = 60000 max_input_vars = 2000 memory_limit = 768M
Any ideas, I have confirmed these settings with <?php phpinfo(); ?>
Any ideas would be great
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, @albertramsbottom
I hope this is already sorted. However if you’re still experiencing this issue from time to time you can check if the Apache/Nginx workers have been exceeded. You can check this by looking at the error log files.
Let me know if you have any questions.