5
Hi, thank ! ;)
in file : header.php
After this code :
$xoopsTpl =& $xoTheme->template;
Add this code :
$xoopsTpl->load_filter('output', 'trimwhitespace');
Then..
Open this file :
/class/smarty/plugins/outputfilter.trimwhitespace.php
After this code :
$source = trim(preg_replace('/((?)n)[s]+/m', '1', $source));
Add this code :
$source = trim(preg_replace("/(rn|n|r)/", "", $source));
$source = trim(preg_replace("/
/i", "
", $source));
$source = trim(preg_replace('##','',$source));
If someone helps me to solve the problem. (Post above).
The display time will be even faster!
I hope we will find the solution.
Exactly would require that the compiled code is compressed before the file is saved in cache...
it would be the Best!
-