Y
Hacker News
new
|
ask
|
show
|
jobs
by
SolarUpNote
3529 days ago
Doesn't Opcache take care of that? Using a large framework isn't really a problem because all of the classes, configuration, etc is all kept in ram.
1 comments
TazeTSchnitzel
3529 days ago
The code itself is held in shared memory, so it doesn't need to be recompiled. However, you still have the application startup time to worry about.
link