Increasing php max execution time for Siberian

Are you  receiving errors due to PHP scripts timing out when manipulating large amounts of data?  As a large import or export?

Maybe you  need to increase the max execution time in PHP. and now I  show you how to do so.

PLEASE: 

keep in mind that these are generic instructions, as we cannot possibly account for every change in your web hosting environment. If these steps are unable to resolve your issue, or if you have any concerns about them, your best and quickest solution is to contact your web host.

Modifying your max execution time in php.ini

You should  have a php.ini file within your home directory. If it is present, find the max_execution_timeparameter and modify it to increase the number of seconds PHP scripts are allowed to run.

max_execution_time = 300

 

Actually it think for Siberian is not enough and I set it on 1200 sec

Modifying your max execution time in .htaccess

If you are unable to change your max execution time from within a php.ini file, you may be able to change it within your .htaccess file. This file is typically located within your home directory. If you don’t see it, be sure you are able to see hidden files.

Place the following in the top of your .htaccess file:

php_value max_execution_time 300
Impostazioni sulla privacy salvate!
GDPR Center

When you visit a website, it can store or retrieve information on your browser, mainly in the form of cookies. Check your personal cookie services here.

Questi cookie sono necessari per il funzionamento del sito Web e non possono essere disattivati nei nostri sistemi.

Usiamo WooCommerce come sistema di acquisto. Per l'elaborazione del carrello e dell'ordine verranno memorizzati 2 cookie. Questi cookie sono strettamente necessari e non possono essere disattivati.
  • woocommerce_cart_hash
  • woocommerce_items_in_cart

Rifiuta tutti i servizi
Accetta tutti i servizi

Menu principale