Y
Hacker News
new
|
ask
|
show
|
jobs
by
KptMarchewa
1586 days ago
So PHP rereads the source files on every request? Interesting.
1 comments
remram
1585 days ago
There's a cache. Even if you have to restart some process or purge some cache, this setup makes sense to me for applications that can update their own code (e.g. install/update plugins).
link