Line 40:
Line 40:
== If you want to make step by step debugging or tunning (XDebug) ==
== If you want to make step by step debugging or tunning (XDebug) ==
−
* To add global tuning information for pages on your browser javascript console log, add environment variable DOL_TUNING to 1 into Apache. For this, just add the following line into your apache.conf:
+
* To add global tuning information, from dolibarr 3.8, for pages on your browser javascript console log, add environment variable MAIN_SHOW_TUNING_INFO to 1 into Apache. For this, just add the following line into your apache.conf:
<source lang="ini">
<source lang="ini">
−
SetEnv DOL_TUNING 1
+
SetEnv MAIN_SHOW_TUNING_INFO 1
</source>
</source>