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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -