{remarksbox type="tip" title="{tr}Tip{/tr}"}{tr}Please see the Performance page on Tiki's developer site.{/tr}{/remarksbox}
{tr}Some PHP.INI settings that can increase performance{/tr}
{tr _0=$realpath_cache_size_ini}'realpath_cache_size setting': %0{/tr} {tr _0=$realpath_cache_size_percent}(percentage used %0 %{/tr}) {help url="php.ini#Performance" desc="realpath_cache_size : {tr}Determines the size of the realpath cache to be used by PHP.{/tr}"}
{tr _0=$realpath_cache_ttl}'realpath_cache_ttl setting': %0 seconds{/tr} {help url="php.ini#Performance" desc="realpath_cache_ttl : {tr}Duration of time (in seconds) for which to cache realpath information for a given file or directory.{/tr}"}
{tr _0=$opcode_cache}Using %0. These stats affect all PHP applications running on the server.{/tr}
{tr _0="xcache.admin.enable_auth"}Configuration setting %0 prevents from accessing statistics. This will also prevent the cache from being cleared when clearing template cache.{/tr}
{tr}Few hits recorded. Statistics may not be representative.{/tr}
{tr _0=$opcode_cache}Low hit ratio. %0 may be misconfigured and not used.{/tr}
{tr}Little memory available. Thrashing likely to occur.{/tr} {tr}The values to increase are apc.shm_size (for APC), xcache.size (for XCache) or opcache.memory_consumption (for OPcache).{/tr}
{tr _0=$opcode_cache}Small amount of memory allocated to %0. Verify the configuration.{/tr} {tr}The values to increase are apc.shm_size (for APC), xcache.size (for XCache) or opcache.memory_consumption (for OPcache).{/tr}
{tr _0=$stat_flag}Configuration %0 is enabled. Disabling modification checks can improve performance, but will require manual clear on file updates.{/tr} {if $opcode_stats.warning_xcache_blocked} {tr _0=$stat_flag}%0 should not be disabled due to authentication on XCache.{/tr} {/if}
{tr}Clear all APC caches:{/tr} {self_link apc_clear=true _onclick="confirmPopup('{tr}Clear APC caches?{/tr}', '{ticket mode=get}')"}{tr}Clear Caches{/tr}{/self_link}