lighttpd forum XCache > Do lots of include_path directories slow down XCache?

Posted by Grexeo (Guest)
on 28.10.2008 11:37
Would lots of include_path directories (100+) slow down XCache at all?
Posted by moo XCache
on 28.10.2008 12:46
Grexeo wrote:
> Would lots of include_path directories (100+) slow down XCache at all?

yes
Posted by Grexeo (Guest)
on 28.10.2008 13:55
moo XCache wrote:
> yes

Even after all the .php files are cached?
Posted by Grexeo (Guest)
on 28.10.2008 13:59
(and if so, how much slower would it become?)
Posted by moo XCache
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