7 ms·
I could be missing something, but it looks like you are using the default settings. Have you tried tweaking it all? Specifically setting apc.stat=0, which will
by keammo1 13y ago
I could be missing something, but it looks like you are using the default settings. Have you tried tweaking it all? Specifically setting apc.stat=0, which will stop it from checking the mtime. You'll need to clear the cache with apc_clear_cache() when you make code changes though. You may also want to look at apc.php to check for fragmentation and adjust apc.shm_size if necessary
- ebiester 13y agofork, benchmark, and create a pull request. :)
- keammo1 13y agoI'm hesitant to just change the config to apc.stat=0, since I can't ensure apc_clear_cache() will be called during deployment I'll add in apc.php to help make sure other things are tuned properly though. different settings could be appropriate for different servers...
- deleted 13y ago[deleted]