On 2016-10-04 14:33, Pascal KISSIAN wrote:
I have an application where a small file is included at multiple places.

The include is done about an average of 100.000 times .

I'm just wondering if you have ever heard of functions? You really should write a function, include it only once, and then simply call the function instead of repeatedly including the file. Calling a function is a lot faster than including a file.

--
Lauri Kenttä

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to