Would lots of include_path directories (100+) slow down XCache at all?
on 28.10.2008 11:37
on 28.10.2008 12:46
Grexeo wrote:
> Would lots of include_path directories (100+) slow down XCache at all?
yes
on 28.10.2008 13:55
moo XCache wrote:
> yes
Even after all the .php files are cached?
on 28.10.2008 13:59
(and if so, how much slower would it become?)
on 28.10.2008 14:53
Grexeo wrote: > Even after all the .php files are cached? yeah, becuase when you include 'relative/path/to/file.php', php has to search through your path and find the first match unless you're using absolute path which don't need include_path > (and if so, how much slower would it become?) no idea, u may test and feel it

