[nycphp-talk] Using APC to improve performance.
Tom Melendez
tom at supertom.com
Tue Mar 31 00:49:26 EDT 2009
> 4. Any links to really good APC howtos or tutorials would be greatly
> appreciated!
>
Not at all what you asked, but....
If you're using absolute paths in your require/include files and you
turn this off you should see gains:
http://us.php.net/manual/en/apc.configuration.php#ini.apc.stat
In setting it to zero, you tell it not to stat the file. If you are
using some beefy framework with lots of includes this can be a big
win.
Leave it set to 1 for development though.
Thanks,
Tom
http://www.liphp.org
More information about the talk
mailing list