How exactly the source code cache works?
For example what happens when:
Code: Select all
if(file_exists('xxx.php')) include'xxx.php';If the file is cached would the file check still be made?
Related question, how amount of files (php files in directory only) affect performance (linux server)? Logical would be that once these are cached it is irrelevant?