APC - Alternative PHP Cache...
Posted by Lucian Daniliuc in
Featured Articles,
PHP on 03 29th, 2009 |
1 Comment
APC is a simple and yet powerful PHP extension that does just that: caching. What for? Suppose you would have some piece of code that fetches some data from a table, and since you don’t use JOIN because you loose scalability, you’ll have to do some more SELECTs, and then format each row to...