<!-- TITLE: Performance Setup -->
<center>
<b>
<a href="index.php?page=setup">General Setup</a> |
<a href="index.php?page=setup&f=adv">Advanced Setup</a> |
<a href="index.php?page=perform">Performance Setup</a>
</b>
</center>
<br />
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td colspan="3">
<form method="post" name="frm">
<input type=hidden name=token value="##TOKEN##">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="3" class=th_adm>PERFORMANCE SETTINGS</td>
</tr>
<tr>
<td width="3%"> </td>
<td width="30%" valign=top>Cache expiration time, minutes
</td>
<td valign=to width="67%"p>
<input name=CACHING_TIME_M value="##CACHING_TIME_M##" size=5>
<font class=txt8 color=blue>
Many database queries can be cached to reduce server load.
The higher is cache exp. time, the less is server load.
Set to 0 to disable caching.<br />
Setting to low value (0-10) is recommended if your website is under development,
for best performance at live mode please consider higher value (30-60 and more).
</td>
</tr>
<tr height=20>
<td> </td>
<td>Cache size</td>
<td>##cache_size##
<input type=button class=button value="Clear Cache" OnClick="document.location='index.php?page=perform&cache_clear=now'">
</td>
</tr>
<tr height=20>
<td> </td>
<td>Cache entries</td>
<td>##cache_entries##</td>
</tr>
<tr>
<td> </td>
<td>Activate compression (gzip'ed output of PHP pages)?
</td>
<td valign=top class=txt8>
<!-- IF ##en_zlib## -->
<input type=checkbox name=EN_GZIPPED_PHP ##EN_GZIPPED_PHP## value=1>
<font color=blue>
Check on to increase PHP pages loading speed.
Gzip'ed output is supported by IE 4+, NN 4.x and Mozilla
<!-- ELSE -->
<input type=checkbox name=EN_GZIPPED_PHP disabled value=1>
<font color=blue>
You need zlib compression support compiled in PHP
<!-- ENDIF -->
</td>
</tr>
<!--tr>
<td> </td>
<td valign=top>Enable user profile fields searching ?
</td>
<td valign=top>
<input type=checkbox name=EN_UF_SEARCH ##EN_UF_SEARCH## value=1>
<font class=txt8 color=blue>
If you don't need advanced search form to display/search user profile fields,
check this option off to improve listing browsing/searching performance
</td>
</tr-->
<tr>
<td> </td>
<td valign=top>Max. allowed keywords amount in Keywords Search</td>
<td valign=top>
<input name=KEYW_SEARCH_MAX value="##KEYW_SEARCH_MAX##" size=4>
<font class=txt8 color=blue> Ability to limit searchable keywords amount allows to keep
server resources usage reasonable. Setting to "0" value means unlimited keywords amount and is not recommended
</td>
</tr>
<tr>
<td> </td>
<td>Show {items} amount when browsing categories in admin area</td>
<td valign=top>
<input type=checkbox name=EN_ADM_RES_NUM ##EN_ADM_RES_NUM## value=1>
<font class=txt8 color=blue>
Checking off may improve performance [admin area only] for large databases
</td>
</tr>
<tr>
<td> </td>
<td>Check if the "install.php" file exists, and warn of its existence</td>
<td valign=top>
<input type=checkbox name=EN_WARN_INSTALL_EX ##EN_WARN_INSTALL_EX## value=1>
<font class=txt8 color=blue>
Check this option off after removal (renaming) of install.php
</td>
</tr>
<tr>
<td colspan="3">
<div align="center"><br />
<input type="submit" name=go value="Update" class=button>
</div>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>