Hi,
is there any php cache software/script so we can use with suphp ?
because of:
---------------
http://help.directadmin.com/item.php?id=400
Note - This won't work with suPhp, since each call to php is with a seperate binary call, and doesn't share the same memory. CLI is always running in memory, hence can shared the same memory, which is why it works.
---------------
http://help.directadmin.com/item.php?id=567
OpCache is a modern php script caching module, which can greatly accelerate php performance. (doesn't work with suPhp)
is there any php cache software/script so we can use with suphp ?
because of:
---------------
http://help.directadmin.com/item.php?id=400
Note - This won't work with suPhp, since each call to php is with a seperate binary call, and doesn't share the same memory. CLI is always running in memory, hence can shared the same memory, which is why it works.
---------------
http://help.directadmin.com/item.php?id=567
OpCache is a modern php script caching module, which can greatly accelerate php performance. (doesn't work with suPhp)