5 ms·
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.
by SolarUpNote 10y 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.
- TazeTSchnitzel 10y agoThe 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.