Variables

TIDEngine XHTML Cache Settings

Variables

 $xhtml_code_operations = 'indent'
 $xhtml_code_indentation = ' '

Detailed Description

TIDEngine different XHTML Cache Settings.

Your Pages performance depends from this settings. We recomend to use Default settings for best results.

But anyway you could make experiments and adjust by your needs. This settings are applied just to XHTML Page/Template Cache files code.


Variable Documentation

$xhtml_code_operations = 'indent' [inherited]

You can use two types of XHTML Optimization. Indent XHTML code or clean whitespace and combine XHTML code in one lien.

Parameters:
string$xhtml_code_operations,:
  • compact - optimize XHTML code and remove whitespace complete XHTML in one line
  • indent - set XHTML code indentation,
  • false - any value no XHTML manipulation

Definition at line 219 of file TIDEngine.php.

$xhtml_code_indentation = ' ' [inherited]

Set default indentation space only. EG. ' '

Parameters:
string$xhtml_code_indentation

Definition at line 226 of file TIDEngine.php.