symfony - What's the function of bootstrap.cache.php? -


I'm reading the code of Silicon, I have classes in 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.

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.



Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -