you can enable debug:
- view Advanced Parameters, you will see debug mode:
Disable non PrestaShop modules: Yes
Disable all overrides: Yes
if that function is fast, I think your site have another module caused slow it, you need check your site
you can do this:
- Open this file: themes/your_theme/index.tpl
- insert your text before this code:
YOUR_TEXT<ul id="home-page-tabs" class="nav nav-tabs clearfix">
{$HOOK_HOME_TAB}
</ul>
you can make a module hook to displayHeader.
then make a function like:
function hookDisplayHeader($params){
$this->context->smarty->asssign("sayi",1)
}
So you can use sayi variable on anywhere in tpl file