Archive

Posts Tagged ‘optimization’

Simple Adult Video Script Optimization

November 4, 2009 1 comment

Hi,

This howto explains how to optimize Adult Video Script (avs) template rendering via smarty.

Edit include/smarty.php and replace following lines:

$smarty->compile_check = true;
$smarty->debugging = false;
$smarty->cache = 0;

with:
$smarty->compile_check = false;
$smarty->debugging = false;
$smarty->cache = 1;

This mod should be done once your site has been customized and its ready to go in production mode.

Follow

Get every new post delivered to your Inbox.