symfony - What's the function of bootstrap.cache.php? -
I'm reading the code of Silicon, I have classes in Symfony uses PSR-0 class loading, i.e. One square per file, so this bootstrap file will reduce the number of file access to the system. bootstrap.cache.php Other files In existence, so I am confused about what is the work of
bootstrap.cache.php ? This is part of the Symfony standard version, which will compile the most used class in a file in a request, as found in the HttpFoundation component.
Comments
Post a Comment