I have found out today that by using ini_set in your bootstrap is slower than using set_include_path

Using HTTP Analyzer I achieve the following results:

Apache 2.2.8
PHP 5.2.5
Windows XP
FF 2

ini_set average request time 0.345s


set_include_path average request time 0.160s


On average about 50% saving.

- Robert

Reply via email to