{* $Id$ *} {tab name="{tr}Bytecode Cache{/tr}"} {if $opcode_cache}

{tr _0=$opcode_cache}Using %0.These stats affect all PHP applications running on the server.{/tr}

{if $opcode_stats.warning_xcache_blocked}

{tr}Configuration setting xcache.admin.enable_auth prevents from accessing statistics. This will also prevent the cache from being cleared when clearing template cache.{/tr}

{/if}

{if $opcode_stats.warning_fresh}

{tr}Few hits recorded. Statistics may not be representative.{/tr}

{/if} {if $opcode_stats.warning_ratio}

{tr _0=$opcode_cache}Low hit ratio. %0 may be misconfigured and not used.{/tr}

{/if} {else} {tr}Bytecode cache is not used. Using a bytecode cache (APC, XCache) is highly recommended for production environments.{/tr} {/if} {/tab} {tr}Errors{/tr} {tr}Errors:{/tr} {foreach from=$ins_fields key=ix item=cur_field} {if ($cur_field.isHidden ne 'y' or $tiki_p_admin_trackers eq 'y') and !($tracker_info.doNotShowEmptyField eq 'y' and empty($cur_field.value) and empty($cur_field.cat) and empty($cur_field.links) and $cur_field.type ne 's' and $cur_field.type ne 'h') and ($cur_field.options_array[0] ne 'password') and (empty($cur_field.visibleBy) or in_array($default_group, $cur_field.visibleBy) or $tiki_p_admin_trackers eq 'y')} {$cur_field.name|escape} {trackeroutput field=$cur_field item=$item_info showlinks=n list_mode=n inTable=y} {/if} {/foreach} {if $tracker_info.showCreatedView eq 'y'} {tr}Created{/tr} {$info.created|tiki_long_datetime}{if $tracker_info.showCreatedBy eq 'y'}
by {if $prefs.user_show_realnames eq 'y'}{if empty($info.createdBy)}Unknown{else}{$info.createdBy|username}{/if}{else}{if empty($info.createdBy)}Unknown{else}{$info.createdBy}{/if}{/if}{/if} {/if}