2017 © Pedro Peláez
 

elgg-plugin elgg-apc_tools

image

juho-jaakkola/elgg-apc_tools

  • Thursday, September 7, 2017
  • by juho-jaakkola
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

apc_tools

This plugin provides tools to help the use of the Alternative PHP Cache (APC)., (*1)

It provides two features: - APC statistics page - Button that can be used to flush the APC system cache, (*2)

The APC setting apc.stat defaults to on, forcing APC to stat (check) scripts on each request to determine if they have been modified. If a file has been modified, APC will recompile and cache the new version. On a production server where the script files rarely change, a significant performance boost can be achieved by disabled stats., (*3)

If the setting is off, APC will have to be forced to recheck files each time that modifications have been made. This plugin provides an easy way to flush the caches from the Elgg admin panel., (*4)

For detailed documentation on APC, see http://php.net/manual/en/book.apc.php, (*5)

The Versions

07/09 2017

dev-master

9999999-dev

  Sources   Download

GPL-2.0